From 4ef9ccbab967c127e510100da2790c92fa54039d Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Fri, 30 Aug 2019 11:44:23 +0200 Subject: [PATCH] Fix bug with wikitext in fieldnames #4218 --- core/ui/EditTemplate/fields.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/ui/EditTemplate/fields.tid b/core/ui/EditTemplate/fields.tid index 806301f01..b37d63236 100644 --- a/core/ui/EditTemplate/fields.tid +++ b/core/ui/EditTemplate/fields.tid @@ -73,7 +73,7 @@ $value={{$:/temp/newfieldvalue}}/> <$list filter="[!is[shadow]!is[system]fields[]search:title{$:/temp/newfieldname}sort[]] -created -creator -draft.of -draft.title -modified -modifier -tags -text -title -type" variable="currentField"> <$link to=<>> -<> +<$text text=<>/>
@@ -81,7 +81,7 @@ $value={{$:/temp/newfieldvalue}}/>
<$list filter="[fields[]search:title{$:/temp/newfieldname}sort[]] -[!is[shadow]!is[system]fields[]]" variable="currentField"> <$link to=<>> -<> +<$text text=<>/>