goody
Some checks failed
gitea/abap_tutorial_11/pipeline/head There was a failure building this commit
Some checks failed
gitea/abap_tutorial_11/pipeline/head There was a failure building this commit
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user