Skip to content

Commit

Permalink
Merge branch 'update-group-externalId'
Browse files Browse the repository at this point in the history
  • Loading branch information
rickardliljeberg committed Jul 7, 2021
2 parents 34b4b0f + c25a547 commit f67c30a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,13 @@ private static void Apply(this Core2Group group, PatchOperation2 operation)
break;
}
}
break;
case AttributeNames.ExternalIdentifier:

value = operation.Value.SingleOrDefault();

group.ExternalIdentifier= value?.Value;

break;
}
}
Expand Down

0 comments on commit f67c30a

Please sign in to comment.