Issue Summary
Changing the owner of a feature to "Select One" in the UI causes the owner field to show up as empty (an empty string "") instead of "null" when making a REST call to '/rest/align/api/2/Features/
{id}.
Steps to Reproduce
- Step 1 - This happens when the Owner feature field is set to an owner,
- Step 2 - Then changed back to 'Select one'.
Expected Results
The expected response should be '"ownerId": null',
Actual Results
Ownerid = " "
Workaround
No workaround at this time
- resolves
-
ALIGNSP-7427 Loading...