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
the error logs:
File "/var/lib/awx/venv/awx/lib64/python3.11/site-packages/awx/main/models/rbac.py", line 605, in get_role_from_object_role
return getattr(object_role.content_object, role_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Organization' object has no attribute 'workflow_job_template_admin_role'
Expected results
Access page should list all users, which have permission to associated to this origaniztion
Actual results
The Access page empty
Additional information
File "/var/lib/awx/venv/awx/lib64/python3.11/site-packages/awx/main/models/rbac.py", line 605, in get_role_from_object_role
return getattr(object_role.content_object, role_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Organization' object has no attribute 'workflow_job_template_admin_role'
The text was updated successfully, but these errors were encountered:
Please confirm the following
[email protected]
instead.)Bug Summary
AWX version: 24.3.1
After configuring user with "Organization Workflow Admin" role, the "Organization->Access" page will be blank. shown as below
AWX version
24.3.1
Select the relevant components
Installation method
kubernetes
Modifications
no
Ansible version
No response
Operating system
No response
Web browser
Firefox, Chrome, Edge
Steps to reproduce
File "/var/lib/awx/venv/awx/lib64/python3.11/site-packages/awx/main/models/rbac.py", line 605, in get_role_from_object_role
return getattr(object_role.content_object, role_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Organization' object has no attribute 'workflow_job_template_admin_role'
Expected results
Access page should list all users, which have permission to associated to this origaniztion
Actual results
The Access page empty
Additional information
File "/var/lib/awx/venv/awx/lib64/python3.11/site-packages/awx/main/models/rbac.py", line 605, in get_role_from_object_role
return getattr(object_role.content_object, role_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Organization' object has no attribute 'workflow_job_template_admin_role'
The text was updated successfully, but these errors were encountered: