Skip to content

FF: JSON data should be correctly formated #758

@oyeaussie

Description

@oyeaussie

If we are passing JSON data into FF, it should be re-written correctly. Example:

{
    "id": 42,
    "menu": "{\"home\":{\"title\":\"home\",\"icon\":\"home\",\"link\":\"home\",\"seq\":\"0\"}}",
    "apps": "{\"2\":{\"enabled\":true},\"3\":{\"enabled\":true},\"4\":{\"enabled\":true},\"5\":{\"enabled\":false}}",
    "app_type": "fintech",
    "route": "home",
    "sequence": 0
}

The above menu and apps should not have escape quotes. They should be re-written while save to avoid this.

Metadata

Metadata

Assignees

Labels

P4To please someone or myself I have opened this issue. Will be fixed before boomers go extincttaskPerform a Task

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions