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:
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.
Updated by Lucas Di Pentima almost 6 years ago
- Status changed from New to In Progress
- Assigned To set to Lucas Di Pentima
- Target version set to 2019-05-22 Sprint
Updated by Lucas Di Pentima almost 6 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Actions