Skip to content

Commit

Permalink
add the role to the message IQSS#4262
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Nov 14, 2017
1 parent 7cfc8ba commit 9a3f4a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public Map<String, Set<Permission>> getRequiredPermissions() {

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

}

0 comments on commit 9a3f4a3

Please sign in to comment.