This commit is contained in:
ivarsbariss
2026-03-05 10:34:16 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
"pluginType": "DB",
"unpublishedAction": {
"actionConfiguration": {
"body": "select * from mpe.get_prototype_po_dashboard_data(array['37111']::text[]);",
"body": "select * from mpe.get_prototype_po_dashboard_data(array['37111']::text[]);\n",
"encodeParamsToggle": true,
"paginationType": "NONE",
"pluginSpecifiedTemplates": [
@@ -28,4 +28,4 @@
"runBehaviour": "AUTOMATIC",
"userSetOnLoad": false
}
}
}

View File

@@ -5,7 +5,7 @@
"pluginType": "DB",
"unpublishedAction": {
"actionConfiguration": {
"body": "select * from mpe.get_prototype_po_dashboard_data(array['34487','35355']::text[]);",
"body": "select * from mpe.get_prototype_po_dashboard_data(array['34487','35355']::text[]);\n",
"encodeParamsToggle": true,
"paginationType": "NONE",
"pluginSpecifiedTemplates": [
@@ -28,4 +28,4 @@
"runBehaviour": "AUTOMATIC",
"userSetOnLoad": false
}
}
}