You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug analysis from @Azher2Ali:
The mapping between proto generated files and REST pojo's are failing on MembershipType enum.
In order to fix this we need to write custom mapping and used that for transformation between the two.
Currently we are using the Object Mapper which is failing
We can write manual mapping in order to get this resolved
Describe the bug
Requests sent to update programs are being returned with 200OK and no content, and the updates provided in the request are not saved.
This request should be returning 200OK with the updated program information.
If there is a problem with the request an appropriate error response should be returned.
Steps To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
The PUT request should be returning 200OK with the updated program information.
Some fields should not be able to be updated:
The text was updated successfully, but these errors were encountered: