Unverified Commit 72b40cc6 authored by kamaleeswary's avatar kamaleeswary Committed by GitHub
Browse files

Release 4.10.0 (#1086)

* Issue #SB-30300 fix: If note is deleted and read API is done then, 500 error response is getting displayed

* Issue #SB-30251 fix: Bulk org upload API(/api/org/v1/upload) issue

* Issue #SB-30251 fix: modified the changes
Showing with 1 addition and 2 deletions
+1 -2
......@@ -110,8 +110,7 @@ public class OrganisationManagementActor extends BaseActor {
}
if (null != isTenant && isTenant) {
boolean bool =
orgService.registerChannel(request, JsonKey.CREATE, actorMessage.getRequestContext());
boolean bool = orgService.registerChannel(request, JsonKey.CREATE, actorMessage.getRequestContext());
request.put(
JsonKey.IS_SSO_ROOTORG_ENABLED,
request.containsKey(JsonKey.IS_SSO_ROOTORG_ENABLED)
......
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