fix: changed the fields from QUERY_DYNAMIC_INPUT_TEXT to QUERY_DYNAMC_TEXT (#34108)
This commit is contained in:
parent
5a6bb4e48b
commit
af41dd2d1e
|
|
@ -39,7 +39,7 @@
|
|||
{
|
||||
"label": "Query",
|
||||
"configProperty": "actionConfiguration.formData.count.query.data",
|
||||
"controlType": "QUERY_DYNAMIC_INPUT_TEXT",
|
||||
"controlType": "QUERY_DYNAMIC_TEXT",
|
||||
"inputType": "JSON",
|
||||
"evaluationSubstitutionType": "TEMPLATE",
|
||||
"placeholderText": "{rating : {$gte : 9}}"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
{
|
||||
"label": "Query",
|
||||
"configProperty": "actionConfiguration.formData.delete.query.data",
|
||||
"controlType": "QUERY_DYNAMIC_INPUT_TEXT",
|
||||
"controlType": "QUERY_DYNAMIC_TEXT",
|
||||
"inputType": "JSON",
|
||||
"evaluationSubstitutionType": "TEMPLATE",
|
||||
"placeholderText": "{rating : {$gte : 9}}"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
{
|
||||
"label": "Query",
|
||||
"configProperty": "actionConfiguration.formData.distinct.query.data",
|
||||
"controlType": "QUERY_DYNAMIC_INPUT_TEXT",
|
||||
"controlType": "QUERY_DYNAMIC_TEXT",
|
||||
"inputType": "JSON",
|
||||
"evaluationSubstitutionType": "TEMPLATE",
|
||||
"placeholderText": "{rating : {$gte : 9}}"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
{
|
||||
"label": "Query",
|
||||
"configProperty": "actionConfiguration.formData.updateMany.query.data",
|
||||
"controlType": "QUERY_DYNAMIC_INPUT_TEXT",
|
||||
"controlType": "QUERY_DYNAMIC_TEXT",
|
||||
"inputType": "JSON",
|
||||
"evaluationSubstitutionType": "TEMPLATE",
|
||||
"placeholderText": "{rating : {$gte : 9}}"
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
{
|
||||
"label": "Update",
|
||||
"configProperty": "actionConfiguration.formData.updateMany.update.data",
|
||||
"controlType": "QUERY_DYNAMIC_INPUT_TEXT",
|
||||
"controlType": "QUERY_DYNAMIC_TEXT",
|
||||
"inputType": "JSON",
|
||||
"evaluationSubstitutionType": "TEMPLATE",
|
||||
"placeholderText": "{ $inc: { score: 1 } }"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user