Skip to content

Commit

Permalink
added editor-template to allowed modes
Browse files Browse the repository at this point in the history
  • Loading branch information
StiftungAusNachlass committed Jan 18, 2024
1 parent 1bb173a commit 3a00193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webfrontend/mask-splitter-default-values.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class ez5.ShowPoolDefaultValuesInMask extends CustomMaskSplitter
# EDITOR-Mode
#####################################################################################

if opts.mode == "editor" || opts.mode == "editor-bulk"
if opts.mode == "editor" || opts.mode == "editor-bulk" || opts.mode == "editor-template"
if fields
field = fields[0]

Expand Down

0 comments on commit 3a00193

Please sign in to comment.