openBackhaul / RegistryOffice

Apache License 2.0
2 stars 8 forks source link

To support changes to callback of /v1/regard-updated-approval-status #607

Closed IswaryaaS closed 2 months ago

IswaryaaS commented 2 months ago

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.