Skip to content

Commit

Permalink
add owner first, then update last-modified
Browse files Browse the repository at this point in the history
  • Loading branch information
zknoebel committed Sep 19, 2018
1 parent 4a1cc25 commit 08c330f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,11 @@ public GroupingsServiceResult assignOwnership(String groupingPath, String ownerU
WsSubjectLookup user = grouperFS.makeWsSubjectLookup(ownerUsername);
WsAddMemberResults amr = grouperFS.makeWsAddMemberResults(groupingPath + OWNERS, user, newOwnerUsername);

ownershipResult = hs.makeGroupingsServiceResult(amr, action);

//todo should we add this to the results?
membershipService.updateLastModified(groupingPath);

ownershipResult = hs.makeGroupingsServiceResult(amr, action);

return ownershipResult;
}

Expand Down

0 comments on commit 08c330f

Please sign in to comment.