-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show notification menu to users with notification_admin team role #4399
Show notification menu to users with notification_admin team role #4399
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build failed.
|
@@ -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/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Build succeeded.
|
Build failed (gate pipeline). For information on how to proceed, see
|
regate |
Build succeeded (gate pipeline).
|
Add queue / instance group registration to heartbeat for k8s installs
SUMMARY
Notifications (in the side nav) was hidden from users who were granted the notification admin role through a team permission. This PR fixes that.
The previous endpoint only returns whether or not the user has been explicitly granted the notification admin role on the org.
ISSUE TYPE
COMPONENT NAME