major
nice-to-have
defect
major
defect
If a dialog component does not support the current model, the dialog opener is disabled with the reason given that the user lacks authorization. This reason is incorrect and confuses the developer, since the issue is usually a configuration problem.
Desired Behavior
At a minimum, the message “The selected object is not supported” should be displayed.
Code Migration
- Instead of com.top_logic.tool.boundsec.BoundChecker.allow(), com.top_logic.tool.boundsec.BoundChecker.hideReason() must be overridden to provide a reason (ResKey).
Test
No test.