Actions
Bug #15227
closed[API][Workbench] Adding tags via workbench1's tag editor saves the JSON string to properties
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
Start date:
05/17/2019
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
-
Release:
Release relationship:
Auto
Description
When viewing a collection with previosly saved tags, they're rendered ok on the editor, but when saving changes/new tags, the API server is saving them as a json string, for example:
... properties: "{\"tagName\":\"tagValue\"}" ...
This happens with the rails 5.0 api server and both rails 4.2 & 5.0 workbench1. OTOH, editing the collection with arv edit
and manually setting the properties
field works ok.
Actions