Skip to content

Commit

Permalink
Merge branch 'hotfix/fix_set_template_mandatory_rendersetting' into '…
Browse files Browse the repository at this point in the history
…release/2.3.0'

Set template selection to mandatory for rendersetting

See merge request metamodels/core!382
  • Loading branch information
zonky2 committed Jan 15, 2025
2 parents 633016f + 8643e6d commit 97dea81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@
'tl_class' => 'w50',
'chosen' => true,
'includeBlankOption' => true,
'mandatory' => true,
],
'sql' => "varchar(64) NOT NULL default ''"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<source>Attribute this setting relates to.</source>
</trans-unit>
<trans-unit id="template.label" resname="template.label">
<source>Custom template to use for generating</source>
<source>Template to use for generating</source>
</trans-unit>
<trans-unit id="template.description" resname="template.description">
<source>Select the template that shall be used for the selected attribute. Valid template files start with "mm_&amp;lt;type&amp;gt;"
Expand Down

0 comments on commit 97dea81

Please sign in to comment.