Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTamas Levente Kiss2018-03-13 11:31:09 +0000
committerTamas Levente Kiss2018-03-13 11:31:09 +0000
commitc4c2ba3a6014c491ede3c4efb78489ec67553eec (patch)
tree1c440c293cd29ccb61540a88e75f7b7879087e11
parent34210bdf4a22ad0554d1553ac3d7b485320331dd (diff)
downloadtitan.Libraries.Web_GUI-c4c2ba3a6014c491ede3c4efb78489ec67553eec.tar.gz
titan.Libraries.Web_GUI-c4c2ba3a6014c491ede3c4efb78489ec67553eec.tar.xz
titan.Libraries.Web_GUI-c4c2ba3a6014c491ede3c4efb78489ec67553eec.zip
[master] 'condition' removed from dataManipulator
Signed-off-by: Tamas Levente Kiss <tamas.levente.kiss@ericsson.com>
-rw-r--r--htdocs/WebApplications/CustomizableApp/ViewModels/ViewModel_DynamicTable.js23
1 files changed, 0 insertions, 23 deletions
diff --git a/htdocs/WebApplications/CustomizableApp/ViewModels/ViewModel_DynamicTable.js b/htdocs/WebApplications/CustomizableApp/ViewModels/ViewModel_DynamicTable.js
index 65492b4..c77f244 100644
--- a/htdocs/WebApplications/CustomizableApp/ViewModels/ViewModel_DynamicTable.js
+++ b/htdocs/WebApplications/CustomizableApp/ViewModels/ViewModel_DynamicTable.js
@@ -482,29 +482,6 @@ CViewModel_DynamicTable.getCustomDataSchema = function() {
},
{
"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",
"properties": {
"text": {

Back to the top