To the below mentioned callbacks of /v1/regard-updated-approval-status, the following change must be incorporated.
ApprovingApplicationCausesPreparingTheEmbedding
CreateLinkToUpdateNewReleaseClient
RequestForUpdatingNewReleaseClient
CreateLinkForBequeathYourData
CreateFurtherLinksForTransferringData.
As per current implementation, the old-release data is retrieved from RequestForOldRelease and this response shall be present as http-client in config file. This condition shall be checked for executing the above list of callbacks.
Since, AND (HttpClient for oldReleaseApplicationName exists in RO) has been removed, this checking condition shall be eliminated from server side code and only oldReleaseApplicationName != "OldRelease" condition shall be checked for the above callbacks.
To the below mentioned callbacks of /v1/regard-updated-approval-status, the following change must be incorporated.
As per current implementation, the old-release data is retrieved from RequestForOldRelease and this response shall be present as http-client in config file. This condition shall be checked for executing the above list of callbacks.
Since, AND (HttpClient for oldReleaseApplicationName exists in RO) has been removed, this checking condition shall be eliminated from server side code and only
oldReleaseApplicationName != "OldRelease"
condition shall be checked for the above callbacks.