Skip to content
Snippets Groups Projects
Commit c4c2ba3a authored by Tamas Kis's avatar Tamas Kis
Browse files

[master] 'condition' removed from dataManipulator


Signed-off-by: default avatarTamas Levente Kiss <tamas.levente.kiss@ericsson.com>
parent 34210bdf
No related branches found
No related tags found
No related merge requests found
......@@ -480,29 +480,6 @@ CViewModel_DynamicTable.getCustomDataSchema = function() {
"properties": {},
"additionalProperties": false
},
{
"type": "object",
"title": "condition",
"properties": {
"condition": {
"description": "The definition of a condition. The value of the parent request will be used (it must return a boolean).",
"type": "object",
"properties": {
"true": {
"description": "The text to show when the condition is true.",
"type": "string"
},
"false": {
"description": "The text to show when the condition is false.",
"type": "string"
}
},
"default": {}
}
},
"additionalProperties": false,
"required": ["condition"]
},
{
"type": "object",
"title": "text",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment