Skip to content

Commit

Permalink
Merge pull request #383 from hmcts/SIDM-8901-caseworkers
Browse files Browse the repository at this point in the history
add location desc
  • Loading branch information
jburke-idam authored Oct 13, 2023
2 parents 1a41021 + 0b3cb7b commit ea42818
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ private CreateCaseWorkerProfileRequest convertToCreateRequest(User user) {

CaseWorkerLocation location = new CaseWorkerLocation();
location.setLocationId("206150");
location.setLocationDescription("Ayr Social Security and Child Support Tribunal");
location.setPrimary(true);
createRequest.setBaseLocations(List.of(location));

Expand Down

0 comments on commit ea42818

Please sign in to comment.