Closed knstvk closed 2 weeks ago
Jmix version: 2.3.1
User with "UI: edit filters" role cannot create a filter but cannot save it: AccessDenied error is shown.
Denied access to [view: inputDialog] for user [test] by io.jmix.securityflowui.constraint.UiShowViewConstraint
See also forum topic.
The permission to inputDialog should be in "UI: edit filters" or in "UI: minimal access" role.
inputDialog
New projects created with 2.4.1 template don't have this problem anymore. For projects migrated from previous versions, add extends UiMinimalPolicies to the UiMinimalRole interface.
extends UiMinimalPolicies
UiMinimalRole
Environment
Jmix version: 2.3.1
Bug Description
User with "UI: edit filters" role cannot create a filter but cannot save it: AccessDenied error is shown.
See also forum topic.
Expected Behavior
The permission to
inputDialog
should be in "UI: edit filters" or in "UI: minimal access" role.