Skip to content

Commit

Permalink
Index keys anddefault data
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Apr 3, 2018
1 parent ce9c525 commit cfc23f0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 5 additions & 4 deletions properties_pane/defaultData.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@
},
"SecIdxs": {
"name": "New Secondary Index",
"udfID": "",
"udfDescription": "",
"udfFunction": "",
"udfComments": ""
"SecIndxKey": "",
"SecIndxID": "",
"SecIndxDescription": "",
"SecIndxFunction": "",
"SecIndxComments": ""
}
}
12 changes: 6 additions & 6 deletions properties_pane/entity_level/entityLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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",
Expand All @@ -253,30 +253,30 @@ 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",
"template": "textarea"
},
{
"propertyName": "Function",
"propertyKeyword": "storedProcFunction",
"propertyKeyword": "SecIndxFunction",
"shouldValidate": false,
"propertyTooltip": "description",
"propertyType": "details",
"template": "textarea"
},
{
"propertyName": "Comments",
"propertyKeyword": "storedProcComments",
"propertyKeyword": "SecIndxComments",
"shouldValidate": false,
"propertyTooltip": "comments",
"propertyType": "details",
Expand Down

0 comments on commit cfc23f0

Please sign in to comment.