This PR moves the 3 Filter options of the Tags Manager to the [Search Tools] button. note: The ordering dropdown in [Search Tools] needs to be fixed before merging.
(See Issue #6941 regarding the inconsistency with Filter options).
Test instructions
In back-end > Components > Tags
See the filters on the left (compare the position with filters in Content, Category & Menu components)
This PR changes moves the Filters
from the left to the middle column and will be visible when you click on the [Search Tools] button.
Notes:
I can use some help & suggestions regarding the following issues:
The ordering dropdown in [Search Tools] is currently not working
What to do with the empty slider? Add the "Tags" as title?
Code cleanup 1 - tmpl view ( /administrator/components/com_tags/views/tags/tmpl/default.php )
contains "Joomla.orderTable = function()" that probably can be removed
Code cleanup 2 - In tmpl view (/administrator/components/com_tags/views/tags/view.html.php)
I commented out the old filters in the left slider, they can be removed...
Code cleanup 3 - In tmpl view (/administrator/components/com_tags/views/tags/view.html.php) the function "protected function getSortFields()" can be removed as the ordering in [Search Tools] uses the "fullordering" specs from filter_tags.xml
I've changed the component title from "Tags" to "Tags Manager",
and added a "Tags" submenu so that (although this component has just 1 view) the view is consistent with all other components.
Note: Sorting the results via the column headers works ok,
but the sorting option "Sort Table By:" (the dropdown) does not work yet.
I have not found a solution for that yet. I hope that someone can give me some pointers on that...
I've changed the component title from "Tags" to "Tags Manager",
and added a "Tags" submenu so that (although this component has just 1 view) the view is consistent with all other components.
Note: Sorting the results via the column headers works ok,
but the sorting option "Sort Table By:" (the dropdown) does not work yet.
I have not found a solution for that yet. I hope that someone can give me some pointers on that...
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6950.