From cfc23f0ab80136651015d2f46ddb464c2c77f7cb Mon Sep 17 00:00:00 2001 From: Pascal Desmarets Date: Tue, 3 Apr 2018 09:03:58 +0200 Subject: [PATCH] Index keys anddefault data --- package.json | 4 ++-- properties_pane/defaultData.json | 9 +++++---- properties_pane/entity_level/entityLevelConfig.json | 12 ++++++------ 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index e2658c95..6af62812 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Cassandra", - "version": "0.1.6", - "versionDate": "2018-02-24", + "version": "0.1.7", + "versionDate": "2018-04-03", "author": "hackolade", "engines": { "hackolade": "1.10.x", diff --git a/properties_pane/defaultData.json b/properties_pane/defaultData.json index 87080900..abc44787 100644 --- a/properties_pane/defaultData.json +++ b/properties_pane/defaultData.json @@ -48,9 +48,10 @@ }, "SecIdxs": { "name": "New Secondary Index", - "udfID": "", - "udfDescription": "", - "udfFunction": "", - "udfComments": "" + "SecIndxKey": "", + "SecIndxID": "", + "SecIndxDescription": "", + "SecIndxFunction": "", + "SecIndxComments": "" } } \ No newline at end of file diff --git a/properties_pane/entity_level/entityLevelConfig.json b/properties_pane/entity_level/entityLevelConfig.json index c432c816..53357cb3 100644 --- a/properties_pane/entity_level/entityLevelConfig.json +++ b/properties_pane/entity_level/entityLevelConfig.json @@ -229,7 +229,7 @@ making sure that you maintain a proper JSON format. "structure": [{ "propertyName": "Secondary Index", "propertyType": "group", - "propertyKeyword": "SecIDxs", + "propertyKeyword": "SecIndxs", "shouldValidate": false, "propertyTooltip": "", "structure": [ @@ -242,7 +242,7 @@ making sure that you maintain a proper JSON format. }, { "propertyName": "Key", - "propertyKeyword": "key", + "propertyKeyword": "SecIndxKey", "shouldValidate": false, "propertyType": "fieldList", "template": "orderedList", @@ -253,14 +253,14 @@ making sure that you maintain a proper JSON format. }, { "propertyName": "Id", - "propertyKeyword": "SecIdxID", + "propertyKeyword": "SecIndxID", "shouldValidate": false, "propertyTooltip": "Secondary Index ID", "propertyType": "text" }, { "propertyName": "Description", - "propertyKeyword": "SecIdxDescription", + "propertyKeyword": "SecIndxDescription", "shouldValidate": false, "propertyTooltip": "description", "propertyType": "details", @@ -268,7 +268,7 @@ making sure that you maintain a proper JSON format. }, { "propertyName": "Function", - "propertyKeyword": "storedProcFunction", + "propertyKeyword": "SecIndxFunction", "shouldValidate": false, "propertyTooltip": "description", "propertyType": "details", @@ -276,7 +276,7 @@ making sure that you maintain a proper JSON format. }, { "propertyName": "Comments", - "propertyKeyword": "storedProcComments", + "propertyKeyword": "SecIndxComments", "shouldValidate": false, "propertyTooltip": "comments", "propertyType": "details",