Bugfix for unused elements message in backend (introduced in TYPO3 9)#62
Bugfix for unused elements message in backend (introduced in TYPO3 9)#62schoeppe wants to merge 1 commit into
Conversation
|
Hi @schoeppe, Thank you for your pull request. Instead of implementing an own solution I would suggest to use a default extension like https://extensions.typo3.org/extension/hide_used_content/ |
|
Hi, My implementation is based on the code I found in the flux-Extension. In my opinion this should be handled by the extension itself - the extension just knows best which content elements are used in the backend context. |
|
Hi @schoeppe, To be honest I was against the core implementation because I don't understand why every extension should ship its own hook. Everything is set up as TCA information. This is why I wrote the hide_used_content extension. IHMO this solution should be implemented core wise. |
|
Just want to tell: |
Implemented record_is_used Hook.
See
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.0/Feature-67884-DisplayUnusedCEs.html