Fixed
Details
Assignee
Aleksandr PchelintcevAleksandr PchelintcevReporter
Aleksandr PchelintcevAleksandr PchelintcevPriority
NeutralFix versions
Sprint
None
Details
Details
Assignee
Aleksandr Pchelintcev
Aleksandr PchelintcevReporter
Aleksandr Pchelintcev
Aleksandr PchelintcevPriority
Fix versions
Sprint
None
More fields
More fields
More fields
Created March 15, 2020 at 5:30 PM
Updated March 17, 2020 at 6:54 AM
Resolved March 16, 2020 at 8:51 AM
Unlike pre-6.2 dialogs, updated implementation applies availability check to the dialog actions by default. Apart from other implications, this also means the the dialogs actions have to be explicitly configured to be compatible with an empty values context case (aka
root: true
), which might not be convenient (and not expected by many).Proposed solution: let the default dialog actions (commit/cancel) have pre-configured availability definition with
root
property set totrue
. In case the user decides to have explicit availability configuration - they'd have to also configure the mentioned property explicitly.