Skip to content

Commit

Permalink
fix: resolve objects by ID identifier (UID alias) [DHIS2-17186] (#17140)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbee authored Apr 16, 2024
1 parent 00e436d commit 991eab1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,7 @@ public <T extends IdentifiableObject> List<T> getObjects(
}

switch (property) {
case ID:
case UID:
return store.getByUid(identifiers);
case CODE:
Expand Down

0 comments on commit 991eab1

Please sign in to comment.