goody
Some checks failed
gitea/abap_tutorial_11/pipeline/head There was a failure building this commit

This commit is contained in:
2025-04-29 16:15:01 +02:00
parent 9314c462c8
commit 9744d86fed
6 changed files with 451 additions and 46 deletions

View File

@ -97,6 +97,10 @@
"name": "flightList",
"pattern": "flightList",
"target": "flightList"
}, {
"name": "flights/{flightId}",
"pattern": "flights",
"target": "flights"
}
],
"targets": {
@ -111,6 +115,12 @@
"viewName": "main",
"controlId": "app",
"viewLevel": 1
},
"flights": {
"viewId": "details",
"viewName": "details",
"controlId": "app",
"viewLevel": 2
}
}
},