From 2b4e5ea9089d40d1b07ca2963aa3b92bfbe08f6a Mon Sep 17 00:00:00 2001 From: yevhenii-moroziuk Date: Thu, 6 Jun 2024 16:06:02 +0300 Subject: [PATCH 1/2] HCK-6350: remove redundant properties --- .gitignore | 3 +++ properties_pane/field_level/fieldLevelConfig.json | 4 ---- types/completion.json | 2 -- types/geo-point.json | 2 -- types/geo-shape.json | 2 -- types/range.json | 2 -- types/rank_features.json | 2 -- 7 files changed, 3 insertions(+), 14 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf7460d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +.vscode +.idea diff --git a/properties_pane/field_level/fieldLevelConfig.json b/properties_pane/field_level/fieldLevelConfig.json index 62fe688..5f8ceaa 100644 --- a/properties_pane/field_level/fieldLevelConfig.json +++ b/properties_pane/field_level/fieldLevelConfig.json @@ -637,8 +637,6 @@ making sure that you maintain a proper JSON format. "propertyType": "checkbox", "isTargetProperty": true }, - "minProperties", - "maxProperties", "additionalProperties", "comments" ], @@ -1104,8 +1102,6 @@ making sure that you maintain a proper JSON format. "type", "dependencies", "required", - "minProperties", - "maxProperties", "additionalProperties", "comments" ], diff --git a/types/completion.json b/types/completion.json index c742bbe..532c762 100644 --- a/types/completion.json +++ b/types/completion.json @@ -11,8 +11,6 @@ "foreignField": [], "properties": [], "dependencies": [], - "minProperties": "", - "maxProperties": "", "additionalProperties": false, "enum": [], "analyzer": "simple", diff --git a/types/geo-point.json b/types/geo-point.json index 7dd9ce9..fdfce42 100644 --- a/types/geo-point.json +++ b/types/geo-point.json @@ -12,8 +12,6 @@ "properties": [], "dependencies": [], "ignore_z_value": true, - "minProperties": "", - "maxProperties": "", "additionalProperties": false, "enum": [], "subTypes": [ diff --git a/types/geo-shape.json b/types/geo-shape.json index 4a0f716..e0b1e6c 100644 --- a/types/geo-shape.json +++ b/types/geo-shape.json @@ -13,8 +13,6 @@ "dependencies": [], "orientation": "ccw", "ignore_z_value": true, - "minProperties": "", - "maxProperties": "", "additionalProperties": false, "enum": [], "subTypes": [ diff --git a/types/range.json b/types/range.json index 6f76fb6..c05bdbb 100644 --- a/types/range.json +++ b/types/range.json @@ -12,8 +12,6 @@ "foreignField": [], "properties": [], "dependencies": [], - "minProperties": "", - "maxProperties": "", "additionalProperties": false, "enum": [], "mode": "integer_range" diff --git a/types/rank_features.json b/types/rank_features.json index d2f6e65..597a166 100644 --- a/types/rank_features.json +++ b/types/rank_features.json @@ -14,8 +14,6 @@ "enabled": true, "properties": [], "dependencies": [], - "minProperties": "", - "maxProperties": "", "additionalProperties": false, "enum": [], "subtype": "rank_feature" From 3ce0d0ab7b0767e37b0c4386c1d5e1192189c45a Mon Sep 17 00:00:00 2001 From: yevhenii-moroziuk Date: Fri, 7 Jun 2024 09:06:21 +0300 Subject: [PATCH 2/2] HCK-6350: fix typo in localization --- localization/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localization/en.json b/localization/en.json index 54a48e1..37fd082 100644 --- a/localization/en.json +++ b/localization/en.json @@ -16,7 +16,7 @@ "TOOLBAR___ADD_ATTRIBUTE": "Add Attribute", "TOOLBAR___INSERT_FIELD": "Insert Field", "TOOLBAR___APPEND_FIELD": "Append Field", - "TOOLBAR___TOGGLE_FIELD_DETAILS": "Toogle field details", + "TOOLBAR___TOGGLE_FIELD_DETAILS": "Toggle field details", "TOOLBAR___SHOW_FOREIGN_MASTER": "Toggle foreign master", "TOOLBAR___SHOW_MODEL_VIEW": "Toggle model views", "TOOLBAR___DISTRIBUTE_ORTHOGONALLY": "Distribute indices orthogonally",