Skip to content

Commit

Permalink
disable serve_on_root
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Dec 31, 2024
1 parent c7fd267 commit 6c80501
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 161 deletions.
314 changes: 156 additions & 158 deletions app/breweries-manage-v2/webapp/manifest.json
Original file line number Diff line number Diff line change
@@ -1,172 +1,170 @@
{
"_version": "1.40.0",
"sap.app": {
"id": "csw.breweriesmanagev2",
"type": "application",
"i18n": "i18n/i18n.properties",
"applicationVersion": {
"version": "0.0.1"
},
"title": "{{appTitle}}",
"description": "{{appDescription}}",
"resources": "resources.json",
"sourceTemplate": {
"id": "@sap-ux/fiori-elements-writer:lrop",
"version": "0.3.6",
"toolsId": "96ef170c-a6bb-4735-a7b4-b50673d6854f"
},
"dataSources": {
"mainService": {
"uri": "/v2/beershop-admin/",
"type": "OData",
"settings": {
"annotations": [
"annotation"
],
"localUri": "localService/metadata.xml",
"odataVersion": "2.0"
}
},
"annotation": {
"type": "ODataAnnotation",
"uri": "annotations/annotation.xml",
"settings": {
"localUri": "annotations/annotation.xml"
}
}
},
"crossNavigation": {
"inbounds": {
"csw-breweriesmanagev2-inbound": {
"signature": {
"parameters": {},
"additionalParameters": "allowed"
},
"semanticObject": "Breweries",
"action": "managev2",
"title": "{{flpTitle}}",
"subTitle": "{{flpSubtitle}}",
"icon": ""
}
}
}
"_version": "1.40.0",
"sap.app": {
"id": "csw.breweriesmanagev2",
"type": "application",
"i18n": "i18n/i18n.properties",
"applicationVersion": {
"version": "0.0.1"
},
"sap.ui": {
"technology": "UI5",
"icons": {
"icon": "",
"favIcon": "",
"phone": "",
"phone@2": "",
"tablet": "",
"tablet@2": ""
},
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
"title": "{{appTitle}}",
"description": "{{appDescription}}",
"resources": "resources.json",
"sourceTemplate": {
"id": "@sap-ux/fiori-elements-writer:lrop",
"version": "0.3.6",
"toolsId": "96ef170c-a6bb-4735-a7b4-b50673d6854f"
},
"dataSources": {
"mainService": {
"uri": "/odata/v2/beershop-admin/",
"type": "OData",
"settings": {
"annotations": ["annotation"],
"localUri": "localService/metadata.xml",
"odataVersion": "2.0"
}
},
"annotation": {
"type": "ODataAnnotation",
"uri": "annotations/annotation.xml",
"settings": {
"localUri": "annotations/annotation.xml"
}
}
},
"sap.ui5": {
"flexEnabled": true,
"dependencies": {
"minUI5Version": "1.102.3",
"libs": {
"sap.m": {},
"sap.ui.core": {},
"sap.ushell": {},
"sap.f": {},
"sap.ui.comp": {},
"sap.ui.generic.app": {},
"sap.suite.ui.generic.template": {}
}
},
"contentDensities": {
"compact": true,
"cozy": true
},
"models": {
"i18n": {
"type": "sap.ui.model.resource.ResourceModel",
"settings": {
"bundleName": "csw.breweriesmanagev2.i18n.i18n"
}
},
"": {
"dataSource": "mainService",
"preload": true,
"settings": {
"defaultBindingMode": "TwoWay",
"defaultCountMode": "Inline",
"refreshAfterChange": false,
"metadataUrlParams": {
"sap-value-list": "none"
}
}
},
"@i18n": {
"type": "sap.ui.model.resource.ResourceModel",
"uri": "i18n/i18n.properties"
}
},
"resources": {
"css": []
},
"routing": {
"config": {},
"routes": [],
"targets": {}
"crossNavigation": {
"inbounds": {
"csw-breweriesmanagev2-inbound": {
"signature": {
"parameters": {},
"additionalParameters": "allowed"
},
"semanticObject": "Breweries",
"action": "managev2",
"title": "{{flpTitle}}",
"subTitle": "{{flpSubtitle}}",
"icon": ""
}
}
}
},
"sap.ui": {
"technology": "UI5",
"icons": {
"icon": "",
"favIcon": "",
"phone": "",
"phone@2": "",
"tablet": "",
"tablet@2": ""
},
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
}
},
"sap.ui5": {
"flexEnabled": true,
"dependencies": {
"minUI5Version": "1.102.3",
"libs": {
"sap.m": {},
"sap.ui.core": {},
"sap.ushell": {},
"sap.f": {},
"sap.ui.comp": {},
"sap.ui.generic.app": {},
"sap.suite.ui.generic.template": {}
}
},
"sap.ui.generic.app": {
"_version": "1.3.0",
"contentDensities": {
"compact": true,
"cozy": true
},
"models": {
"i18n": {
"type": "sap.ui.model.resource.ResourceModel",
"settings": {
"forceGlobalRefresh": false,
"objectPageHeaderType": "Dynamic",
"considerAnalyticalParameters": true,
"showDraftToggle": false
"bundleName": "csw.breweriesmanagev2.i18n.i18n"
}
},
"": {
"dataSource": "mainService",
"preload": true,
"settings": {
"defaultBindingMode": "TwoWay",
"defaultCountMode": "Inline",
"refreshAfterChange": false,
"metadataUrlParams": {
"sap-value-list": "none"
}
}
},
"@i18n": {
"type": "sap.ui.model.resource.ResourceModel",
"uri": "i18n/i18n.properties"
}
},
"resources": {
"css": []
},
"routing": {
"config": {},
"routes": [],
"targets": {}
}
},
"sap.ui.generic.app": {
"_version": "1.3.0",
"settings": {
"forceGlobalRefresh": false,
"objectPageHeaderType": "Dynamic",
"considerAnalyticalParameters": true,
"showDraftToggle": false
},
"pages": {
"ListReport|Breweries": {
"entitySet": "Breweries",
"component": {
"name": "sap.suite.ui.generic.template.ListReport",
"list": true,
"settings": {
"condensedTableLayout": true,
"smartVariantManagement": true,
"enableTableFilterInPageVariant": true,
"filterSettings": {
"dateSettings": {
"useDateRange": true
}
}
}
},
"pages": {
"ListReport|Breweries": {
"entitySet": "Breweries",
"ObjectPage|Breweries": {
"entitySet": "Breweries",
"defaultLayoutTypeIfExternalNavigation": "MidColumnFullScreen",
"component": {
"name": "sap.suite.ui.generic.template.ObjectPage"
},
"pages": {
"ObjectPage|beers": {
"navigationProperty": "beers",
"entitySet": "Beers",
"defaultLayoutTypeIfExternalNavigation": "MidColumnFullScreen",
"component": {
"name": "sap.suite.ui.generic.template.ListReport",
"list": true,
"settings": {
"condensedTableLayout": true,
"smartVariantManagement": true,
"enableTableFilterInPageVariant": true,
"filterSettings": {
"dateSettings": {
"useDateRange": true
}
}
}
},
"pages": {
"ObjectPage|Breweries": {
"entitySet": "Breweries",
"defaultLayoutTypeIfExternalNavigation": "MidColumnFullScreen",
"component": {
"name": "sap.suite.ui.generic.template.ObjectPage"
},
"pages": {
"ObjectPage|beers": {
"navigationProperty": "beers",
"entitySet": "Beers",
"defaultLayoutTypeIfExternalNavigation": "MidColumnFullScreen",
"component": {
"name": "sap.suite.ui.generic.template.ObjectPage"
}
}
}
}
"name": "sap.suite.ui.generic.template.ObjectPage"
}
}
}
}
}
},
"sap.fiori": {
"registrationIds": [],
"archeType": "transactional"
}
}
}
},
"sap.fiori": {
"registrationIds": [],
"archeType": "transactional"
}
}
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@
"sqlite3": "^5.1.6"
},
"cds": {
"features": {
"serve_on_root": true
},
"features": {},
"cov2ap": {
"plugin": true
},
Expand Down

0 comments on commit 6c80501

Please sign in to comment.