After Upgrade facing issue with 'Consent Popup' & 'custodian' org #158
-
Hello @reshmi-nair @AmiableAnil @vinukumar-vs, Sunbird Version - 4.10.0 Background - Issue Details -
After checking this box, the continue button is still disabled.becase in the code the condition is failed is 'updateConsent' Note above issue not only for the 'custodianOrgId'. More Details Request URL
Payload -
Response
Request URL
Payload -
Response -
Update Consent Request URL -
Response -
cc @Renuka-S, @vinod303, @coolbung, @Nithin-ns24 @sravani-64, @gandham-santhosh, @paritshivani |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 8 replies
-
@AmiableAnil can you look into this issue? |
Beta Was this translation helpful? Give feedback.
-
@komalm |
Beta Was this translation helpful? Give feedback.
-
@komalm Please refer this code |
Beta Was this translation helpful? Give feedback.
-
@AmiableAnil , For more detailed discussion can we have a quick call today? this issue is critical and shows topper for us. we need to fix it in high priority. cc @Renuka-S, @vinod303, @coolbung, @Nithin-ns2, @komalm , @sravani-64 |
Beta Was this translation helpful? Give feedback.
-
@AmiableAnil @rajeevsathish - this is a blocker for Tekdi team. Please look into this today. If needed, pls get into a call. |
Beta Was this translation helpful? Give feedback.
-
@AmiableAnil , @rajeevsatish, @Krishnaj20 ,
|
Beta Was this translation helpful? Give feedback.
@AmiableAnil , @rajeevsatish, @Krishnaj20 ,
Tank you for your support.
Above issues got resolved after following steps mentioned bellow
API url: 'baseurl/api/data/v1/system/settings/set'
Request body for custodian org Id: {
"request": {
"id": "custodianOrgId",
"field": "custodianOrgId",
"value": "{{organisationId}}"
}
}
Request body for custodian…