You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
with this patch I suggest adding the annotation
`@changelog.disable_facet` to disable the facet on an entity completely.
This might be useful if we have deep fiori UIs where a lot of the
entities are tracked. Depending on the configuration, I want all of them
tracked on the main entity, yet empty facets are shown on the subpages
anyway.
Have a nice weekend and feel free to ask questions.
Kind regards
---------
Co-authored-by: Nick Josipovic <[email protected]>
The system now uses the SAPUI5 default setting `![@UI.PartOfPreview]: true`, such that the table will always shown when navigating to that respective Object page.
229
229
230
+
### Disable Facet
231
+
232
+
To not show the changelog facet on compositions subsites, you can use `@changelog.disable_facet` for the facet to not show up.
0 commit comments