We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1 - On the list of owners, (your organization) should be added to those that the current user is a member of.
(your organization)
2 - Collaborators should not see the Add Owner section of the page, and should see a warning note at the top of the page instead.
Add Owner
3 - Methods in JsonApiController that send package ownership requests should use the ExtensionMethods.IsOwner with IsOrganizationAdmin set to true.
JsonApiController
ExtensionMethods.IsOwner
IsOrganizationAdmin
The text was updated successfully, but these errors were encountered:
Linking to #4627
Sorry, something went wrong.
#4923
scottbommarito
No branches or pull requests
1 - On the list of owners,
(your organization)
should be added to those that the current user is a member of.2 - Collaborators should not see the
Add Owner
section of the page, and should see a warning note at the top of the page instead.3 - Methods in
JsonApiController
that send package ownership requests should use theExtensionMethods.IsOwner
withIsOrganizationAdmin
set to true.The text was updated successfully, but these errors were encountered: