* add read only tree table and value help
* rm tree table in catalogservice
* Update cat-service.cds
* i18n and object page
* hana workaround, local messaging and rm virtual
* move hierarchy to fiori
* Update admin-service.cds
* Update common.cds
* fix after moving to fiori
* fix UI filter
* file-based-messaging in hybrid
* review fixes
* Update services.cds
* make bookshop Books fiori.draft.enabled
* add simplest handler for sqlite
* adapt test and link in csvs
* .
* Reverting to human-readable UUIDs :)
* Less obstrusive workaround
* typo
* Update fiori/app/common.cds
* Update fiori/app/common.cds
* Workaround for stupid GUID check in Fiori client
* ...
* Simplified mock support for recursive hierarchies in SQLite :)
* missing comma
* Rudimentary tree support for Genres on SQLite
* ?.
* fixed copy error
* using subselect to determine leafs
* Revert "using subselect to determine leafs"
This reverts commit f01ddaea1f.
* Using scalar subselect for DrillState
* .
---------
Co-authored-by: D070615 <olena.timrova@sap.com>
Co-authored-by: D045778 <johannes.vogel@sap.com>
Co-authored-by: Daniel Hutzel <daniel.hutzel@sap.com>
168 lines
5.1 KiB
JSON
168 lines
5.1 KiB
JSON
{
|
|
"services": {
|
|
"LaunchPage": {
|
|
"adapter": {
|
|
"config": {
|
|
"groups": [
|
|
{
|
|
"id": "Bookshop",
|
|
"title": "Bookshop",
|
|
"isPreset": true,
|
|
"isVisible": true,
|
|
"isGroupLocked": false,
|
|
"tiles": [
|
|
{
|
|
"id": "BrowseBooks",
|
|
"tileType": "sap.ushell.ui.tile.StaticTile",
|
|
"properties": {
|
|
"title": "Browse Books",
|
|
"targetURL": "#Books-display"
|
|
}
|
|
},
|
|
{
|
|
"id": "BrowseGenres",
|
|
"tileType": "sap.ushell.ui.tile.StaticTile",
|
|
"properties": {
|
|
"title": "Browse Genres",
|
|
"targetURL": "#Genres-display"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "Administration",
|
|
"title": "Administration",
|
|
"isPreset": true,
|
|
"isVisible": true,
|
|
"isGroupLocked": false,
|
|
"tiles": [
|
|
{
|
|
"id": "ManageBooks",
|
|
"tileType": "sap.ushell.ui.tile.StaticTile",
|
|
"properties": {
|
|
"title": "Manage Books",
|
|
"targetURL": "#Books-manage"
|
|
}
|
|
},
|
|
{
|
|
"id": "ManageAuthors",
|
|
"tileType": "sap.ushell.ui.tile.StaticTile",
|
|
"properties": {
|
|
"title": "Manage Authors",
|
|
"targetURL": "#Authors-manage"
|
|
}
|
|
},
|
|
{
|
|
"id": "ManageOrders",
|
|
"tileType": "sap.ushell.ui.tile.StaticTile",
|
|
"properties": {
|
|
"title": "Manage Orders",
|
|
"targetURL": "#Orders-manage"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"NavTargetResolution": {
|
|
"config": {
|
|
"enableClientSideTargetResolution": true
|
|
}
|
|
},
|
|
"ClientSideTargetResolution": {
|
|
"adapter": {
|
|
"config": {
|
|
"inbounds": {
|
|
"BrowseBooks": {
|
|
"semanticObject": "Books",
|
|
"action": "display",
|
|
"title": "Browse Books",
|
|
"signature": {
|
|
"parameters": {
|
|
"Books.ID": {
|
|
"renameTo": "ID"
|
|
},
|
|
"Authors.books.ID": {
|
|
"renameTo": "ID"
|
|
}
|
|
},
|
|
"additionalParameters": "ignored"
|
|
},
|
|
"resolutionResult": {
|
|
"applicationType": "SAPUI5",
|
|
"additionalInformation": "SAPUI5.Component=bookshop",
|
|
"url": "/browse/webapp"
|
|
}
|
|
},
|
|
"BrowseAuthors": {
|
|
"semanticObject": "Authors",
|
|
"action": "manage",
|
|
"title": "Browse Authors",
|
|
"signature": {
|
|
"parameters": {
|
|
"Books.author.ID":{
|
|
"renameTo": "ID"
|
|
}
|
|
},
|
|
"additionalParameters": "ignored"
|
|
},
|
|
"resolutionResult": {
|
|
"applicationType": "SAPUI5",
|
|
"additionalInformation": "SAPUI5.Component=authors",
|
|
"url": "/admin-authors/webapp"
|
|
}
|
|
},
|
|
"BrowseGenres": {
|
|
"semanticObject": "Genres",
|
|
"action": "display",
|
|
"title": "Browse Genres",
|
|
"signature": {
|
|
"parameters": {
|
|
"Genre.ID": {
|
|
"renameTo": "ID"
|
|
}
|
|
},
|
|
"additionalParameters": "ignored"
|
|
},
|
|
"resolutionResult": {
|
|
"applicationType": "SAPUI5",
|
|
"additionalInformation": "SAPUI5.Component=genres",
|
|
"url": "/genres/webapp"
|
|
}
|
|
},
|
|
"ManageBooks": {
|
|
"semanticObject": "Books",
|
|
"action": "manage",
|
|
"title": "Manage Books",
|
|
"signature": {
|
|
"parameters": {},
|
|
"additionalParameters": "allowed"
|
|
},
|
|
"resolutionResult": {
|
|
"applicationType": "SAPUI5",
|
|
"additionalInformation": "SAPUI5.Component=books",
|
|
"url": "/admin-books/webapp"
|
|
}
|
|
},
|
|
"ManageOrders": {
|
|
"semanticObject": "Orders",
|
|
"action": "manage",
|
|
"signature": {
|
|
"parameters": {},
|
|
"additionalParameters": "allowed"
|
|
},
|
|
"resolutionResult": {
|
|
"applicationType": "SAPUI5",
|
|
"additionalInformation": "SAPUI5.Component=orders",
|
|
"url": "/orders/webapp"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|