Bug #20283
closedExtract BackendSearch from hardcoded Module to sysext
0%
Description
current backend search in toolbar uses "normal" API to register Toolbar-Items.
Including of this is currently hardcoded in backend.php
So tasks to request are:
- move classes/class.backendsearchmenu.php into sysext/beSeachMenu
- add registerToolbarItem.php and needed standard files to ext
- remove line 139 from backend.php (trunk 5289)
this is a prerequisite for implementing any other search, since there is no possibility to deactivate the hardcoded one...
(issue imported from #M10850)
Files
Updated by Steffen Ritter over 15 years ago
addition to the patches:
Files
typo3/classes/class.backendsearchmenu.php
typo3/js/backendsearch.js
have to be removed
Updated by Christian Kuhn over 15 years ago
Resolved, won't fix.
The RFC has been dropped in the core mailinglist.
Quote Ingo Renner:
"-1 you can just modify the existing one. Alternatively you could also
"overwrite" it by overwriting the key in the backend toolbar items array."
"The search is an important part of the backend and thus it's ok to be
(semi) hardcoded."