From 720bfc438d21dcd685bea14c068fd408de44990f Mon Sep 17 00:00:00 2001 From: Peter Ondrejka Date: Wed, 20 Mar 2024 18:45:58 +0100 Subject: [PATCH] permission constants updated (#14463) perission constants updated --- robottelo/constants/__init__.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index 99d2ee0fc29..e7759c773b8 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -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'], @@ -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',