Skip to content

Commit 6c80501

Browse files
committed
disable serve_on_root
1 parent c7fd267 commit 6c80501

File tree

2 files changed

+157
-161
lines changed

2 files changed

+157
-161
lines changed
Lines changed: 156 additions & 158 deletions
Original file line numberDiff line numberDiff line change
@@ -1,172 +1,170 @@
11
{
2-
"_version": "1.40.0",
3-
"sap.app": {
4-
"id": "csw.breweriesmanagev2",
5-
"type": "application",
6-
"i18n": "i18n/i18n.properties",
7-
"applicationVersion": {
8-
"version": "0.0.1"
9-
},
10-
"title": "{{appTitle}}",
11-
"description": "{{appDescription}}",
12-
"resources": "resources.json",
13-
"sourceTemplate": {
14-
"id": "@sap-ux/fiori-elements-writer:lrop",
15-
"version": "0.3.6",
16-
"toolsId": "96ef170c-a6bb-4735-a7b4-b50673d6854f"
17-
},
18-
"dataSources": {
19-
"mainService": {
20-
"uri": "/v2/beershop-admin/",
21-
"type": "OData",
22-
"settings": {
23-
"annotations": [
24-
"annotation"
25-
],
26-
"localUri": "localService/metadata.xml",
27-
"odataVersion": "2.0"
28-
}
29-
},
30-
"annotation": {
31-
"type": "ODataAnnotation",
32-
"uri": "annotations/annotation.xml",
33-
"settings": {
34-
"localUri": "annotations/annotation.xml"
35-
}
36-
}
37-
},
38-
"crossNavigation": {
39-
"inbounds": {
40-
"csw-breweriesmanagev2-inbound": {
41-
"signature": {
42-
"parameters": {},
43-
"additionalParameters": "allowed"
44-
},
45-
"semanticObject": "Breweries",
46-
"action": "managev2",
47-
"title": "{{flpTitle}}",
48-
"subTitle": "{{flpSubtitle}}",
49-
"icon": ""
50-
}
51-
}
52-
}
2+
"_version": "1.40.0",
3+
"sap.app": {
4+
"id": "csw.breweriesmanagev2",
5+
"type": "application",
6+
"i18n": "i18n/i18n.properties",
7+
"applicationVersion": {
8+
"version": "0.0.1"
539
},
54-
"sap.ui": {
55-
"technology": "UI5",
56-
"icons": {
57-
"icon": "",
58-
"favIcon": "",
59-
"phone": "",
60-
"phone@2": "",
61-
"tablet": "",
62-
"tablet@2": ""
63-
},
64-
"deviceTypes": {
65-
"desktop": true,
66-
"tablet": true,
67-
"phone": true
10+
"title": "{{appTitle}}",
11+
"description": "{{appDescription}}",
12+
"resources": "resources.json",
13+
"sourceTemplate": {
14+
"id": "@sap-ux/fiori-elements-writer:lrop",
15+
"version": "0.3.6",
16+
"toolsId": "96ef170c-a6bb-4735-a7b4-b50673d6854f"
17+
},
18+
"dataSources": {
19+
"mainService": {
20+
"uri": "/odata/v2/beershop-admin/",
21+
"type": "OData",
22+
"settings": {
23+
"annotations": ["annotation"],
24+
"localUri": "localService/metadata.xml",
25+
"odataVersion": "2.0"
26+
}
27+
},
28+
"annotation": {
29+
"type": "ODataAnnotation",
30+
"uri": "annotations/annotation.xml",
31+
"settings": {
32+
"localUri": "annotations/annotation.xml"
6833
}
34+
}
6935
},
70-
"sap.ui5": {
71-
"flexEnabled": true,
72-
"dependencies": {
73-
"minUI5Version": "1.102.3",
74-
"libs": {
75-
"sap.m": {},
76-
"sap.ui.core": {},
77-
"sap.ushell": {},
78-
"sap.f": {},
79-
"sap.ui.comp": {},
80-
"sap.ui.generic.app": {},
81-
"sap.suite.ui.generic.template": {}
82-
}
83-
},
84-
"contentDensities": {
85-
"compact": true,
86-
"cozy": true
87-
},
88-
"models": {
89-
"i18n": {
90-
"type": "sap.ui.model.resource.ResourceModel",
91-
"settings": {
92-
"bundleName": "csw.breweriesmanagev2.i18n.i18n"
93-
}
94-
},
95-
"": {
96-
"dataSource": "mainService",
97-
"preload": true,
98-
"settings": {
99-
"defaultBindingMode": "TwoWay",
100-
"defaultCountMode": "Inline",
101-
"refreshAfterChange": false,
102-
"metadataUrlParams": {
103-
"sap-value-list": "none"
104-
}
105-
}
106-
},
107-
"@i18n": {
108-
"type": "sap.ui.model.resource.ResourceModel",
109-
"uri": "i18n/i18n.properties"
110-
}
111-
},
112-
"resources": {
113-
"css": []
114-
},
115-
"routing": {
116-
"config": {},
117-
"routes": [],
118-
"targets": {}
36+
"crossNavigation": {
37+
"inbounds": {
38+
"csw-breweriesmanagev2-inbound": {
39+
"signature": {
40+
"parameters": {},
41+
"additionalParameters": "allowed"
42+
},
43+
"semanticObject": "Breweries",
44+
"action": "managev2",
45+
"title": "{{flpTitle}}",
46+
"subTitle": "{{flpSubtitle}}",
47+
"icon": ""
11948
}
49+
}
50+
}
51+
},
52+
"sap.ui": {
53+
"technology": "UI5",
54+
"icons": {
55+
"icon": "",
56+
"favIcon": "",
57+
"phone": "",
58+
"phone@2": "",
59+
"tablet": "",
60+
"tablet@2": ""
61+
},
62+
"deviceTypes": {
63+
"desktop": true,
64+
"tablet": true,
65+
"phone": true
66+
}
67+
},
68+
"sap.ui5": {
69+
"flexEnabled": true,
70+
"dependencies": {
71+
"minUI5Version": "1.102.3",
72+
"libs": {
73+
"sap.m": {},
74+
"sap.ui.core": {},
75+
"sap.ushell": {},
76+
"sap.f": {},
77+
"sap.ui.comp": {},
78+
"sap.ui.generic.app": {},
79+
"sap.suite.ui.generic.template": {}
80+
}
12081
},
121-
"sap.ui.generic.app": {
122-
"_version": "1.3.0",
82+
"contentDensities": {
83+
"compact": true,
84+
"cozy": true
85+
},
86+
"models": {
87+
"i18n": {
88+
"type": "sap.ui.model.resource.ResourceModel",
12389
"settings": {
124-
"forceGlobalRefresh": false,
125-
"objectPageHeaderType": "Dynamic",
126-
"considerAnalyticalParameters": true,
127-
"showDraftToggle": false
90+
"bundleName": "csw.breweriesmanagev2.i18n.i18n"
91+
}
92+
},
93+
"": {
94+
"dataSource": "mainService",
95+
"preload": true,
96+
"settings": {
97+
"defaultBindingMode": "TwoWay",
98+
"defaultCountMode": "Inline",
99+
"refreshAfterChange": false,
100+
"metadataUrlParams": {
101+
"sap-value-list": "none"
102+
}
103+
}
104+
},
105+
"@i18n": {
106+
"type": "sap.ui.model.resource.ResourceModel",
107+
"uri": "i18n/i18n.properties"
108+
}
109+
},
110+
"resources": {
111+
"css": []
112+
},
113+
"routing": {
114+
"config": {},
115+
"routes": [],
116+
"targets": {}
117+
}
118+
},
119+
"sap.ui.generic.app": {
120+
"_version": "1.3.0",
121+
"settings": {
122+
"forceGlobalRefresh": false,
123+
"objectPageHeaderType": "Dynamic",
124+
"considerAnalyticalParameters": true,
125+
"showDraftToggle": false
126+
},
127+
"pages": {
128+
"ListReport|Breweries": {
129+
"entitySet": "Breweries",
130+
"component": {
131+
"name": "sap.suite.ui.generic.template.ListReport",
132+
"list": true,
133+
"settings": {
134+
"condensedTableLayout": true,
135+
"smartVariantManagement": true,
136+
"enableTableFilterInPageVariant": true,
137+
"filterSettings": {
138+
"dateSettings": {
139+
"useDateRange": true
140+
}
141+
}
142+
}
128143
},
129144
"pages": {
130-
"ListReport|Breweries": {
131-
"entitySet": "Breweries",
145+
"ObjectPage|Breweries": {
146+
"entitySet": "Breweries",
147+
"defaultLayoutTypeIfExternalNavigation": "MidColumnFullScreen",
148+
"component": {
149+
"name": "sap.suite.ui.generic.template.ObjectPage"
150+
},
151+
"pages": {
152+
"ObjectPage|beers": {
153+
"navigationProperty": "beers",
154+
"entitySet": "Beers",
155+
"defaultLayoutTypeIfExternalNavigation": "MidColumnFullScreen",
132156
"component": {
133-
"name": "sap.suite.ui.generic.template.ListReport",
134-
"list": true,
135-
"settings": {
136-
"condensedTableLayout": true,
137-
"smartVariantManagement": true,
138-
"enableTableFilterInPageVariant": true,
139-
"filterSettings": {
140-
"dateSettings": {
141-
"useDateRange": true
142-
}
143-
}
144-
}
145-
},
146-
"pages": {
147-
"ObjectPage|Breweries": {
148-
"entitySet": "Breweries",
149-
"defaultLayoutTypeIfExternalNavigation": "MidColumnFullScreen",
150-
"component": {
151-
"name": "sap.suite.ui.generic.template.ObjectPage"
152-
},
153-
"pages": {
154-
"ObjectPage|beers": {
155-
"navigationProperty": "beers",
156-
"entitySet": "Beers",
157-
"defaultLayoutTypeIfExternalNavigation": "MidColumnFullScreen",
158-
"component": {
159-
"name": "sap.suite.ui.generic.template.ObjectPage"
160-
}
161-
}
162-
}
163-
}
157+
"name": "sap.suite.ui.generic.template.ObjectPage"
164158
}
159+
}
165160
}
161+
}
166162
}
167-
},
168-
"sap.fiori": {
169-
"registrationIds": [],
170-
"archeType": "transactional"
163+
}
171164
}
172-
}
165+
},
166+
"sap.fiori": {
167+
"registrationIds": [],
168+
"archeType": "transactional"
169+
}
170+
}

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@
100100
"sqlite3": "^5.1.6"
101101
},
102102
"cds": {
103-
"features": {
104-
"serve_on_root": true
105-
},
103+
"features": {},
106104
"cov2ap": {
107105
"plugin": true
108106
},

0 commit comments

Comments
 (0)