Skip to content

Commit

Permalink
HCK-9128: Handle indexes without indxKey (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightlngale authored Dec 16, 2024
1 parent 0e072b6 commit 902f428
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion properties_pane/entity_level/entityLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,11 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "indxKey",
"propertyType": "fieldList",
"template": "orderedList",
"attributeList": ["", "ASC", "DESC"]
"attributeList": ["", "ASC", "DESC"],
"validation": {
"required": true,
"minLength": 1
}
},
{
"propertyName": "Expressions",
Expand Down

0 comments on commit 902f428

Please sign in to comment.