You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error_message=f"I understand that although media state is {state}, the media is also shared with users that have access to the following categories: {', '.join(rbac_categories)}"
202
-
self.add_error('confirm_state', error_message)
198
+
ifrbac_categories:
199
+
error_message=f"I understand that although media state is {state}, the media is also shared with users that have access to categories: {', '.join(rbac_categories)}"
200
+
self.add_error('confirm_state', error_message)
201
+
ifcustom_permissions:
202
+
error_message=f"I understand that although media state is {state}, the media is also shared by me with other users, that I can see in the 'Shared by me' page"
0 commit comments