From faae0ad3055cf1cfae490888273539c5a07bdbdf Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:44:51 -0700 Subject: [PATCH] remove doc link from sanitize --- src/documents/templating/filepath.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/documents/templating/filepath.py b/src/documents/templating/filepath.py index ec902bf54..54ceb30a8 100644 --- a/src/documents/templating/filepath.py +++ b/src/documents/templating/filepath.py @@ -237,7 +237,6 @@ def get_custom_fields_context( ) # String types need to be sanitized if field_instance.field.data_type in { - CustomField.FieldDataType.DOCUMENTLINK, CustomField.FieldDataType.MONETARY, CustomField.FieldDataType.STRING, CustomField.FieldDataType.URL,