File tree Expand file tree Collapse file tree 6 files changed +14
-135
lines changed
Expand file tree Collapse file tree 6 files changed +14
-135
lines changed Original file line number Diff line number Diff line change 11sap . ui . define ( [ "sap/fe/core/AppComponent" ] , function ( AppComponent ) {
22 "use strict" ;
3- return AppComponent . extend ( "books.Component" , {
3+ return AppComponent . extend ( "bookshop.admin. books.Component" , {
44 metadata : { manifest : "json" } ,
55 } ) ;
66} ) ;
Original file line number Diff line number Diff line change 11{
22 "_version" : " 1.49.0" ,
33 "sap.app" : {
4- "id" : " bookshop.admin- books" ,
4+ "id" : " bookshop.admin. books" ,
55 "applicationVersion" : {
66 "version" : " 1.0.0"
77 },
2525 "parameters" : {},
2626 "additionalParameters" : " allowed"
2727 },
28+ "title" : " {{appTitle}}" ,
29+ "subTitle" : " {{appSubTitle}}" ,
2830 "semanticObject" : " Books" ,
2931 "action" : " manage"
3032 }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11sap . ui . define ( [ "sap/fe/core/AppComponent" ] , function ( AppComponent ) {
22 "use strict" ;
3- return AppComponent . extend ( "bookshop.Component" , {
3+ return AppComponent . extend ( "bookshop.browse. Component" , {
44 metadata : { manifest : "json" } ,
55 } ) ;
66} ) ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 "name" : " @capire/bookshop" ,
33 "version" : " 1.0.0" ,
44 "dependencies" : {
5- "@cap-js/hana" : " ^2.0.0" ,
65 "@cap-js/db-service" : " ^2.0.0" ,
6+ "@cap-js/hana" : " ^2.0.0" ,
77 "@cap-js/print" : " file:../../."
88 },
99 "scripts" : {
1010 "watch" : " cds watch" ,
1111 "watch:hybrid" : " cds watch --profile hybrid"
1212 },
13- "private" : true
13+ "private" : true ,
14+ "devDependencies" : {
15+ "cds-launchpad-plugin" : " ^2.2.0"
16+ },
17+ "sapux" : [
18+ " app/browse" ,
19+ " app/admin-books"
20+ ]
1421}
You can’t perform that action at this time.
0 commit comments