Skip to content

Commit 0991219

Browse files
authored
Patch the issue on the object items detail page (#529)
Fiori always tries to path a collection values from which are used in the header. This should not happen for `book` as it is association. This includes a workaround that makes these fields no longer editable.
1 parent e76565e commit 0991219

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/orders/webapp/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
"name": "sap.fe.templates.ObjectPage",
136136
"options": {
137137
"settings" : {
138+
"editableHeaderContent": false,
138139
"contextPath": "/Orders/Items"
139140
}
140141
}

0 commit comments

Comments
 (0)