Actions
Bug #18803
closedRailsAPI should interpret user identity_url="" to mean null in a create/update request
Start date:
02/25/2022
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
-
Release:
Release relationship:
Auto
Description
Currently, when a client retrieves a user record with a null identity_url, the controller response encodes it as an empty string. If the client sends back the same value in an update request, RailsAPI rejects it due to unique constraint.
Actions