Skip to content

Commit

Permalink
fix permissions copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Collins authored and Chris Collins committed Jun 27, 2022
1 parent 1e22896 commit 45c91d0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -107,7 +107,7 @@ private Boolean updateDomainName(
UpdateNameInput input,
QueryContext context
) {
if (AuthorizationUtils.canManageGlossaries(context)) {
if (AuthorizationUtils.canManageDomains(context)) {
try {
DomainProperties domainProperties = (DomainProperties) getAspectFromEntity(
targetUrn.toString(), Constants.DOMAIN_PROPERTIES_ASPECT_NAME, _entityService, null);
Expand Down

0 comments on commit 45c91d0

Please sign in to comment.