Skip to content

Commit

Permalink
For #6518: fix disable allow-template-use for new form
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed Dec 31, 2024
1 parent a7f3c0d commit 21d4459
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
<xf:delete
ref="$metadata/allow-template-use"/>
<xf:insert
if="event('allow-template-use') = 'true'"
if="event('allow-template-use') = true()"
context="$metadata"
ref="*"
origin="xf:element('allow-template-use', event('allow-template-use'))"/>
Expand Down

0 comments on commit 21d4459

Please sign in to comment.