System generated commit, initial commit

This commit is contained in:
2026-07-27 15:07:30 +00:00
parent 818ef1eddd
commit a3c2804e58
219 changed files with 11866 additions and 0 deletions
@@ -0,0 +1,2 @@
SELECT HID, Hausname, Kürzel, Land From Haus
WHERE Status = 'aktiv'
@@ -0,0 +1,31 @@
{
"gitSyncId": "6a57350b6665afa2c813ed3d_4b793ae8-7b82-4a66-849e-768d1621007d",
"id": "Startseite_Haus_Aktiv",
"pluginId": "mysql-plugin",
"pluginType": "DB",
"unpublishedAction": {
"actionConfiguration": {
"body": "SELECT HID, Hausname, Kürzel, Land From Haus \nWHERE Status = 'aktiv'",
"encodeParamsToggle": true,
"paginationType": "NONE",
"pluginSpecifiedTemplates": [
{
"value": true
}
],
"timeoutInMillisecond": 10000
},
"confirmBeforeExecute": false,
"datasource": {
"id": "MySQL Factsheets",
"isAutoGenerated": false,
"name": "MySQL Factsheets",
"pluginId": "mysql-plugin"
},
"dynamicBindingPathList": [],
"name": "Haus_Aktiv",
"pageId": "Startseite",
"runBehaviour": "AUTOMATIC",
"userSetOnLoad": true
}
}
@@ -0,0 +1,2 @@
SELECT DISTINCT Land
FROM Haus
@@ -0,0 +1,31 @@
{
"gitSyncId": "6a57350b6665afa2c813ed3d_3eeae806-24e8-4c16-a7bc-0c2fe0024aaa",
"id": "Startseite_Haus_Dropdown",
"pluginId": "mysql-plugin",
"pluginType": "DB",
"unpublishedAction": {
"actionConfiguration": {
"body": "SELECT DISTINCT Land\nFROM Haus",
"encodeParamsToggle": true,
"paginationType": "NONE",
"pluginSpecifiedTemplates": [
{
"value": true
}
],
"timeoutInMillisecond": 10000
},
"confirmBeforeExecute": false,
"datasource": {
"id": "MySQL Factsheets",
"isAutoGenerated": false,
"name": "MySQL Factsheets",
"pluginId": "mysql-plugin"
},
"dynamicBindingPathList": [],
"name": "Haus_Dropdown",
"pageId": "Startseite",
"runBehaviour": "AUTOMATIC",
"userSetOnLoad": true
}
}
@@ -0,0 +1,35 @@
{
"gitSyncId": "6a57350b6665afa2c813ed3d_40996fc7-fc7a-4f9d-a94d-a4e0530aa3a0",
"id": "Startseite_Side_Jump.goToDetail",
"pluginId": "js-plugin",
"pluginType": "JS",
"unpublishedAction": {
"actionConfiguration": {
"encodeParamsToggle": true,
"jsArguments": [
{
"name": "event"
}
],
"paginationType": "NONE",
"timeoutInMillisecond": 10000
},
"collectionId": "Startseite_Side_Jump",
"confirmBeforeExecute": false,
"datasource": {
"isAutoGenerated": false,
"name": "UNUSED_DATASOURCE",
"pluginId": "js-plugin"
},
"dynamicBindingPathList": [
{
"key": "body"
}
],
"fullyQualifiedName": "Side_Jump.goToDetail",
"name": "goToDetail",
"pageId": "Startseite",
"runBehaviour": "MANUAL",
"userSetOnLoad": false
}
}