Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/admin-authors/webapp/Component.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sap.ui.define(["sap/fe/core/AppComponent"], function (AppComponent) {
"use strict";
return AppComponent.extend("authors.Component", {
return AppComponent.extend("capire.authors.Component", {
metadata: { manifest: "json" },
});
});
Expand Down
17 changes: 5 additions & 12 deletions app/admin-authors/webapp/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_version": "1.28.0",
"sap.app": {
"id": "authors",
"id": "capire.authors",
"type": "application",
"title": "Manage Authors",
"description": "Sample Application",
Expand All @@ -20,7 +20,6 @@
},
"sourceTemplate": {
"id": "ui5template.basicSAPUI5ApplicationProject",
"-id": "ui5template.smartTemplate",
"version": "1.40.12"
},
"crossNavigation": {
Expand Down Expand Up @@ -67,12 +66,7 @@
"synchronizationMode": "None",
"operationMode": "Server",
"autoExpandSelect": true,
"earlyRequests": true,
"groupProperties": {
"default": {
"submit": "Auto"
}
}
"earlyRequests": true
}
}
},
Expand All @@ -96,8 +90,8 @@
"name": "sap.fe.templates.ListReport",
"options": {
"settings": {
"entitySet": "Authors",
"initialLoad": true,
"contextPath": "/Authors",
"liveMode": true,
"navigation": {
"Authors": {
"detail": {
Expand All @@ -114,7 +108,7 @@
"name": "sap.fe.templates.ObjectPage",
"options": {
"settings": {
"entitySet": "Authors"
"contextPath": "/Authors"
}
}
}
Expand All @@ -127,7 +121,6 @@
},
"sap.ui": {
"technology": "UI5",
"fullWidth": false,
"deviceTypes":{
"desktop": true,
"tablet": true,
Expand Down
2 changes: 1 addition & 1 deletion app/admin-books/webapp/Component.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sap.ui.define(["sap/fe/core/AppComponent"], function(AppComponent) {
"use strict";
return AppComponent.extend("books.Component", {
return AppComponent.extend("capire.books.Component", {
metadata: { manifest: "json" }
});
});
Expand Down
54 changes: 17 additions & 37 deletions app/admin-books/webapp/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"_version": "1.8.0",
"_version": "1.28.0",
"sap.app": {
"id": "books",
"id": "capire.books",
"type": "application",
"title": "Manage Books",
"description": "Sample Application",
"i18n": "i18n/i18n.properties",
"applicationVersion": {
"version": "1.0.0"
},
"dataSources": {
"AdminService": {
"uri": "admin/",
Expand All @@ -15,10 +18,9 @@
}
}
},
"-sourceTemplate": {
"sourceTemplate": {
"id": "ui5template.basicSAPUI5ApplicationProject",
"-id": "ui5template.smartTemplate",
"-version": "1.40.12"
"version": "1.40.12"
},
"crossNavigation": {
"inbounds": {
Expand All @@ -39,6 +41,7 @@
},
"sap.ui5": {
"dependencies": {
"minUI5Version": "1.136.1",
"libs": {
"sap.fe.templates": {}
}
Expand All @@ -54,12 +57,7 @@
"synchronizationMode": "None",
"operationMode": "Server",
"autoExpandSelect" : true,
"earlyRequests": true,
"groupProperties": {
"default": {
"submit": "Auto"
}
}
"earlyRequests": true
}
}
},
Expand All @@ -74,11 +72,6 @@
"pattern": "Books({key}):?query:",
"name": "BooksDetails",
"target": "BooksDetails"
},
{
"pattern": "Books({key}/author({key2}):?query:",
"name": "AuthorsDetails",
"target": "AuthorsDetails"
}
],
"targets": {
Expand All @@ -88,8 +81,8 @@
"name": "sap.fe.templates.ListReport",
"options": {
"settings" : {
"entitySet" : "Books",
"initialLoad": true,
"contextPath" : "/Books",
"liveMode": true,
"navigation" : {
"Books" : {
"detail" : {
Expand All @@ -106,24 +99,7 @@
"name": "sap.fe.templates.ObjectPage",
"options": {
"settings" : {
"entitySet" : "Books",
"navigation" : {
"Authors" : {
"detail" : {
"route" : "AuthorsDetails"
}
}
}
}
}
},
"AuthorsDetails": {
"type": "Component",
"id": "AuthorsDetailsList",
"name": "sap.fe.templates.ObjectPage",
"options": {
"settings" : {
"entitySet" : "Authors"
"contextPath" : "/Books"
}
}
}
Expand All @@ -136,7 +112,11 @@
},
"sap.ui": {
"technology": "UI5",
"fullWidth": false
"deviceTypes": {
"desktop": true,
"phone": true,
"tablet": true
}
},
"sap.fiori": {
"registrationIds": [],
Expand Down
8 changes: 4 additions & 4 deletions app/appconfig/fioriSandboxConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
"resolutionResult": {
"applicationType": "SAPUI5",
"additionalInformation": "SAPUI5.Component=bookshop",
"additionalInformation": "SAPUI5.Component=capire.bookshop",
"url": "/browse/webapp"
}
},
Expand All @@ -110,7 +110,7 @@
},
"resolutionResult": {
"applicationType": "SAPUI5",
"additionalInformation": "SAPUI5.Component=authors",
"additionalInformation": "SAPUI5.Component=capire.authors",
"url": "/admin-authors/webapp"
}
},
Expand All @@ -128,7 +128,7 @@
},
"resolutionResult": {
"applicationType": "SAPUI5",
"additionalInformation": "SAPUI5.Component=genres",
"additionalInformation": "SAPUI5.Component=capire.genres",
"url": "/genres/webapp"
}
},
Expand All @@ -142,7 +142,7 @@
},
"resolutionResult": {
"applicationType": "SAPUI5",
"additionalInformation": "SAPUI5.Component=books",
"additionalInformation": "SAPUI5.Component=capire.books",
"url": "/admin-books/webapp"
}
},
Expand Down
2 changes: 1 addition & 1 deletion app/browse/webapp/Component.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sap.ui.define(["sap/fe/core/AppComponent"], function(AppComponent) {
"use strict";
return AppComponent.extend("bookshop.Component", {
return AppComponent.extend("capire.bookshop.Component", {
metadata: { manifest: "json" }
});
});
Expand Down
27 changes: 10 additions & 17 deletions app/browse/webapp/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_version": "1.28.0",
"sap.app": {
"id": "bookshop",
"id": "capire.bookshop",
"type": "application",
"title": "Browse Books",
"description": "Sample Application",
Expand All @@ -20,15 +20,14 @@
},
"sourceTemplate": {
"id": "ui5template.basicSAPUI5ApplicationProject",
"-id": "ui5template.smartTemplate",
"version": "1.40.12"
},
"crossNavigation": {
"inbounds": {
"intent1": {
"signature": {
"parameters": {
"Books.ID":{
"Books.ID": {
"renameTo": "ID"
},
"Authors.books.ID": {
Expand Down Expand Up @@ -70,12 +69,7 @@
"synchronizationMode": "None",
"operationMode": "Server",
"autoExpandSelect": true,
"earlyRequests": true,
"groupProperties": {
"default": {
"submit": "Auto"
}
}
"earlyRequests": true
}
}
},
Expand All @@ -99,8 +93,8 @@
"name": "sap.fe.templates.ListReport",
"options": {
"settings": {
"entitySet": "Books",
"initialLoad": true,
"contextPath": "/Books",
"liveMode": true,
"navigation": {
"Books": {
"detail": {
Expand All @@ -117,7 +111,7 @@
"name": "sap.fe.templates.ObjectPage",
"options": {
"settings": {
"entitySet": "Books"
"contextPath": "/Books"
}
}
}
Expand All @@ -130,15 +124,14 @@
},
"sap.ui": {
"technology": "UI5",
"fullWidth": false,
"deviceTypes":{
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
"phone": true,
"tablet": true
}
},
"sap.fiori": {
"registrationIds": [],
"archeType": "transactional"
}
}
}
2 changes: 1 addition & 1 deletion app/genres/webapp/Component.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sap.ui.define(["sap/fe/core/AppComponent"], ac => ac.extend("genres.Component", {
sap.ui.define(["sap/fe/core/AppComponent"], ac => ac.extend("capire.genres.Component", {
metadata:{ manifest:'json' }
}))
20 changes: 10 additions & 10 deletions app/genres/webapp/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_version": "1.8.0",
"sap.app": {
"id": "genres",
"id": "capire.genres",
"type": "application",
"title": "{{appTitle}}",
"description": "{{appDescription}}",
Expand Down Expand Up @@ -48,12 +48,7 @@
"synchronizationMode": "None",
"operationMode": "Server",
"autoExpandSelect": true,
"earlyRequests": true,
"groupProperties": {
"default": {
"submit": "Auto"
}
}
"earlyRequests": true
}
}
},
Expand All @@ -78,6 +73,7 @@
"options": {
"settings": {
"contextPath": "/Genres",
"liveMode": true,
"navigation": {
"Genres": {
"detail": {
Expand Down Expand Up @@ -114,9 +110,13 @@
}
},
"sap.ui": {
"technology": "UI5",
"fullWidth": false
},
"technology": "UI5",
"deviceTypes": {
"desktop": true,
"phone": true,
"tablet": true
}
},
"sap.fiori": {
"registrationIds": [],
"archeType": "transactional"
Expand Down