mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 23:37:39 -02:30
Register some missing related endpoints in awxkit
- the newer varieties of notification templates - organization workflow job templates - credential owner users and owner teams this allows the endpoints to get wrapped in appropriate Page types, not just the Base page type.
This commit is contained in:
@@ -45,4 +45,5 @@ class Teams(page.PageList, Team):
|
||||
|
||||
|
||||
page.register_page([resources.teams,
|
||||
resources.credential_owner_teams,
|
||||
resources.related_teams], Teams)
|
||||
|
||||
Reference in New Issue
Block a user