Skip to content

Commit

Permalink
permission constants updated (#14463)
Browse files Browse the repository at this point in the history
perission constants updated
  • Loading branch information
pondrejk authored Mar 20, 2024
1 parent 011d11c commit 720bfc4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,12 @@ class Colored(Box):
'destroy_locations',
'assign_locations',
],
'LookupValue': [
'edit_lookup_values',
'create_lookup_values',
'destroy_lookup_values',
'view_lookup_values',
],
'MailNotification': ['view_mail_notifications', 'edit_user_mail_notifications'],
'Medium': ['view_media', 'create_media', 'edit_media', 'destroy_media'],
'Model': ['view_models', 'create_models', 'edit_models', 'destroy_models'],
Expand Down Expand Up @@ -1120,7 +1126,7 @@ class Colored(Box):
'lock_ptables',
],
'Realm': ['view_realms', 'create_realms', 'edit_realms', 'destroy_realms'],
'RemoteExecutionFeature': ['edit_remote_execution_features'],
'RemoteExecutionFeature': ['view_remote_execution_features', 'edit_remote_execution_features'],
'ReportTemplate': [
'edit_report_templates',
'destroy_report_templates',
Expand Down

0 comments on commit 720bfc4

Please sign in to comment.