Unverified Commit 3d052efa authored by AMIT KUMAR's avatar AMIT KUMAR Committed by GitHub
Browse files

Issue #SB-30682 feat: fixed org location issue (#1102)

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -57,8 +57,8 @@ public class OrganisationBackgroundActor extends BaseActor {
request.getRequestContext(),
"Exception occurred while converting orgLocation to List<Map<String,String>>.");
}
organisation.put(JsonKey.ORG_LOCATION, orgLocationList);
}
organisation.put(JsonKey.ORG_LOCATION, orgLocationList);
OrgTypeValidator.getInstance().updateOrganisationTypeFlags(organisation);
esService.upsert(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment