Skip to content

Commit

Permalink
Fixed error where required trees would not display asterisk
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts-ctrlo committed Oct 13, 2023
1 parent ff8af73 commit ca2eea8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions views/edit.tt
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,11 @@
END;
END;
ELSIF col.type == "tree";
UNLESS col.optional;
'<fieldset class="fieldset input fieldset--required">';
ELSE;
'<fieldset class="fieldset input">';
END;
INCLUDE fields/sub/label_fieldset.tt
id = col.id
label_checkbox_name = page == "bulk" ? "bulk_inc_" _ col.id : ''
Expand Down

0 comments on commit ca2eea8

Please sign in to comment.