mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 03:45:01 -02:30
Merge pull request #4399 from mabashian/3676-notif-menu
Show notification menu to users with notification_admin team role Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -46,7 +46,7 @@ describe('Components | Layout', () => {
|
||||
$httpBackend.when('GET', /admin_of_organizations/)
|
||||
.respond(mockOrgAdminResponse);
|
||||
|
||||
$httpBackend.when('GET', /roles\/\?role_field=notification_admin_role/)
|
||||
$httpBackend.when('GET', /organizations\/\?role_level=notification_admin_role/)
|
||||
.respond(mockNotificationAdminResponse);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user