Closed (fixed)
Project:
Require on Publish
Version:
2.1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2026 at 16:04 UTC
Updated:
27 Apr 2026 at 18:35 UTC
Jump to comment: Most recent
Comments
Comment #2
jcandan commentedUnable to reproduce. May be project related.
Comment #3
jcandan commentedTurns out it was a styling issue. Indeed, the
.form-required-on-publishclass is being applied to both the child and parent element.This follows from the code we copied from Conditional Fields. They have the same issue: #3476905: Fix required field indicator appears twice.
The fix is to remove the placement to the
<legend>element.Comment #4
jcandan commentedComment #6
jcandan commented