Skip to content

Commit 3a00193

Browse files
added editor-template to allowed modes
1 parent 1bb173a commit 3a00193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webfrontend/mask-splitter-default-values.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class ez5.ShowPoolDefaultValuesInMask extends CustomMaskSplitter
6262
# EDITOR-Mode
6363
#####################################################################################
6464

65-
if opts.mode == "editor" || opts.mode == "editor-bulk"
65+
if opts.mode == "editor" || opts.mode == "editor-bulk" || opts.mode == "editor-template"
6666
if fields
6767
field = fields[0]
6868

0 commit comments

Comments
 (0)