Skip to content

Commit

Permalink
Filter role does not contain permission to DateIntervalDialog #3121
Browse files Browse the repository at this point in the history
  • Loading branch information
KremnevDmitry committed Apr 15, 2024
1 parent 64669d5 commit 87c7174
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public interface UiFilterRole {
@ScreenPolicy(screenIds = {
"ui_FilterConfigurationModel.fragment",
"ui_UiDataFilterConfigurationModel.fragment",
"ui_AddConditionScreen"
"ui_AddConditionScreen",
"ui_DateIntervalDialog"
})
@EntityPolicy(entityName = "ui_FilterConfiguration", actions = EntityPolicyAction.ALL)
@EntityAttributePolicy(entityName = "ui_FilterConfiguration", attributes = "*", action = EntityAttributePolicyAction.MODIFY)
Expand Down

0 comments on commit 87c7174

Please sign in to comment.