Parameter always required though disabled from depending parameter #7580
Labels
bug report
Component: Cms
Issue: Cannot Reproduce
Cannot reproduce the issue on the latest `2.4-develop` branch
Issue: Clear Description
Gate 2 Passed. Manual verification of the issue description passed
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
This is a reopening of #4672.
Preconditions
Steps to reproduce
Expected result
other_parameter
is not set (disabled bydisplay
based on<depends>[…]</depends>
ofother_parameter
)Actual result
required="true"
, which is not overwritten by the dependencySo, I would appreciate a better function to determine whether a parameter is required or not: Not only based on the attribute
required="true|false"
, but also according to the current state (deactivated based on dependency) of the parameter.The text was updated successfully, but these errors were encountered: