Fix JSON display in Topology view #6696
Labels
area/backend
Needs backend code changes
area/frontend
Needs frontend code changes
bug
Something isn't working
Describe the issue
Original user flow:
The same JSON string is displayed in the topology with extra escaping slashes:
"{\"groupdef\":[{\"type\": \"group\", \"children\": [{\"type\":\"window\", \"appName\": \"Motor Edit Client\"}]},{\"type\": \"group\", \"children\": [{\"type\":\"window\", \"appName\": \"Home Edit Client\"} ]}]}"
We should find a way to display the original string the same way in topology property box as in the code editor, this may need to change the property box to code editor box which could be hard unless the property is JSON instead of string
Environment
The text was updated successfully, but these errors were encountered: