fix UI filter

This commit is contained in:
D070615
2025-03-28 15:24:00 +01:00
parent dba762bbff
commit 791f27b07d

View File

@@ -1,163 +1,124 @@
{ {
"_version": "1.8.0", "_version": "1.8.0",
"sap.app": { "sap.app": {
"id": "genres", "id": "genres",
"type": "application", "type": "application",
"title": "{{appTitle}}", "title": "{{appTitle}}",
"description": "Sample Application", "description": "{{appDescription}}",
"i18n": "i18n/i18n.properties", "applicationVersion": {
"applicationVersion": { "version": "1.0.0"
"version": "1.0.0" },
}, "dataSources": {
"dataSources": { "AdminService": {
"AdminService": { "uri": "admin/",
"uri": "admin/", "type": "OData",
"type": "OData", "settings": {
"settings": { "odataVersion": "4.0"
"odataVersion": "4.0" }
} }
} },
}, "crossNavigation": {
"tags": { "inbounds": {
"keywords": [] "Genres-display": {
}, "signature": {
"crossNavigation": { "parameters": {},
"inbounds": { "additionalParameters": "allowed"
"Genres-display": { },
"signature": { "semanticObject": "GenreHierarchy",
"parameters": {}, "action": "display"
"additionalParameters": "allowed" }
}, }
"title": "{{appTitle}}", }
"semanticObject": "GenreHierarchy", },
"action": "display", "sap.ui5": {
"deviceTypes": { "dependencies": {
"desktop": true, "minUI5Version": "1.122.0",
"tablet": true, "libs": {
"phone": true "sap.fe.templates": {}
}, }
"icon": "sap-icon://settings", },
"size": "1x1" "models": {
} "i18n": {
}, "type": "sap.ui.model.resource.ResourceModel",
"outbounds": {} "uri": "i18n/i18n.properties"
}, },
"offline": false, "": {
"sourceTemplate": { "dataSource": "AdminService",
"id": "ui5template.smartTemplate", "settings": {
"version": "1.40.12" "synchronizationMode": "None",
} "operationMode": "Server",
}, "autoExpandSelect": true,
"sap.ui": { "earlyRequests": true,
"technology": "UI5", "groupProperties": {
"icons": { "default": {
"icon": "", "submit": "Auto"
"favIcon": "", }
"phone": "", }
"phone@2": "", }
"tablet": "", }
"tablet@2": "" },
}, "routing": {
"deviceTypes": { "routes": [
"desktop": true, {
"tablet": true, "pattern": ":?query:",
"phone": true "name": "GenreHierarchyList",
}, "target": "GenreHierarchyList"
"supportedThemes": [ },
"sap_hcb", {
"sap_belize", "pattern": "GenreHierarchy({key}):?query:",
"sap_belize_deep", "name": "GenreHierarchyDetails",
"sap_fiori_3" "target": "GenreHierarchyDetails"
] }
}, ],
"sap.ui5": { "targets": {
"resources": { "GenreHierarchyList": {
"js": [], "type": "Component",
"css": [] "id": "GenreHierarchyList",
}, "name": "sap.fe.templates.ListReport",
"dependencies": { "options": {
"minUI5Version": "1.65.6", "settings": {
"libs": {}, "contextPath": "/GenreHierarchy",
"components": {} "navigation": {
}, "GenreHierarchy": {
"models": { "detail": {
"i18n": { "route": "GenreHierarchyDetails"
"type": "sap.ui.model.resource.ResourceModel", }
"uri": "i18n/i18n.properties" }
}, },
"": { "controlConfiguration": {
"dataSource": "AdminService", "@com.sap.vocabularies.UI.v1.LineItem": {
"settings": { "tableSettings": {
"synchronizationMode": "None", "hierarchyQualifier": "GenreHierarchy",
"operationMode": "Server", "type": "TreeTable"
"autoExpandSelect": true, }
"earlyRequests": true, }
"groupProperties": { }
"default": { }
"submit": "Auto" }
} },
} "GenreHierarchyDetails": {
} "type": "Component",
} "id": "GenreHierarchyDetails",
}, "name": "sap.fe.templates.ObjectPage",
"routing": { "options": {
"routes": [ "settings": {
{ "contextPath": "/GenreHierarchy"
"pattern": ":?query:", }
"name": "GenreHierarchyList", }
"target": "GenreHierarchyList" }
}, }
{ },
"pattern": "GenreHierarchy({key}):?query:", "contentDensities": {
"name": "GenreHierarchyDetails", "compact": true,
"target": "GenreHierarchyDetails" "cozy": true
} }
], },
"targets": { "sap.ui": {
"GenreHierarchyList": { "technology": "UI5",
"type": "Component", "fullWidth": false
"id": "GenreHierarchyList", },
"name": "sap.fe.templates.ListReport", "sap.fiori": {
"options": { "registrationIds": [],
"settings": { "archeType": "transactional"
"contextPath": "/GenreHierarchy", }
"navigation": {
"GenreHierarchy": {
"detail": {
"route": "GenreHierarchyDetails"
}
}
},
"controlConfiguration": {
"@com.sap.vocabularies.UI.v1.LineItem": {
"tableSettings": {
"hierarchyQualifier": "GenreHierarchy",
"type": "TreeTable"
}
}
}
}
}
},
"GenreHierarchyDetails": {
"type": "Component",
"id": "GenreHierarchyDetails",
"name": "sap.fe.templates.ObjectPage",
"options": {
"settings": {
"contextPath": "/GenreHierarchy"
}
}
}
}
},
"contentDensities": {
"compact": true,
"cozy": true
}
},
"sap.fiori": {
"registrationIds": [],
"archeType": "transactional"
}
} }