Skip to content

Commit

Permalink
override describe in AssignRoleCommand IQSS#4262
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Nov 14, 2017
1 parent 023cb8f commit 7cfc8ba
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,9 @@ public Map<String, Set<Permission>> getRequiredPermissions() {
: Collections.singleton(Permission.ManageDatasetPermissions));
}

@Override
public String describe() {
return grantee + " has been given access to " + defPoint.accept(DvObject.NameIdPrinter);
}

}

0 comments on commit 7cfc8ba

Please sign in to comment.