Change 12574

cfinnie (cfinnie)
cfinnie committed this change into //guest/cfinnie/p4api.net/main/p4api.net
Request Review
Download .zip
ISSUE: GetGroups returned a list of incomplete Group objects that did not have all their fields populated for example UserNames is null for all of the groups returned.

CHANGE: Updated GetGroups to use GetGroup to populate the Group list since it sets all properties of the object.

ISSUE: GetGroup would return a Group object missing the SubGroups because of an access with a key that was incorrectly cased. If the returned Group is used to update the repository, SubGroup members are removed.
CHANGE: Updated case of SubGroup key to Subgroup to match Group Spec.
  • Files 2
  • Comments 0
2 edited 0 added 0 deleted
Group.cs#2
Loading...
Repository.Group.cs#2
Loading...
Tip: Use n and p to cycle through the changes.