Skip to content

Commit ca1d3a0

Browse files
committed
moved deprecated action to the end of list
1 parent 7ad51ad commit ca1d3a0

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

component.json

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -131,30 +131,7 @@
131131
}
132132
},
133133
"actions": {
134-
"createOrUpdateRecord": {
135-
"main": "io.elastic.jdbc.actions.CreateOrUpdateRecord",
136-
"title": "Create or update record (Deprecated)",
137-
"fields": {
138-
"tableName": {
139-
"viewClass": "SelectView",
140-
"prompt": "Select a Table",
141-
"label": "Tables",
142-
"required": true,
143-
"model": "io.elastic.jdbc.TableNameProviderOld"
144-
},
145-
"idColumn": {
146-
"viewClass": "SelectView",
147-
"prompt": "Select an ID column",
148-
"label": "ID Column",
149-
"model": "io.elastic.jdbc.ColumnNamesProviderOld",
150-
"required": true,
151-
"require": [
152-
"tableName"
153-
]
154-
}
155-
},
156-
"dynamicMetadata": "io.elastic.jdbc.ColumnNamesProviderOld"
157-
},
134+
158135
"lookupRowByPrimaryKey": {
159136
"main": "io.elastic.jdbc.actions.LookupRowByPrimaryKey",
160137
"title": "Lookup Row By Primary Key",
@@ -226,6 +203,30 @@
226203
}
227204
},
228205
"dynamicMetadata": "io.elastic.jdbc.QueryColumnNamesProvider"
206+
},
207+
"createOrUpdateRecord": {
208+
"main": "io.elastic.jdbc.actions.CreateOrUpdateRecord",
209+
"title": "Create or update record (Deprecated)",
210+
"fields": {
211+
"tableName": {
212+
"viewClass": "SelectView",
213+
"prompt": "Select a Table",
214+
"label": "Tables",
215+
"required": true,
216+
"model": "io.elastic.jdbc.TableNameProviderOld"
217+
},
218+
"idColumn": {
219+
"viewClass": "SelectView",
220+
"prompt": "Select an ID column",
221+
"label": "ID Column",
222+
"model": "io.elastic.jdbc.ColumnNamesProviderOld",
223+
"required": true,
224+
"require": [
225+
"tableName"
226+
]
227+
}
228+
},
229+
"dynamicMetadata": "io.elastic.jdbc.ColumnNamesProviderOld"
229230
}
230231
}
231232
}

0 commit comments

Comments
 (0)