User tests: Successful: Unsuccessful:
The "Maximum Items" option in the "List All Tags" menu item has no description, so it is not clear what it does.
I thought that it would set the default # Items Filter, but that is using the Default Limit List in Global Configuration.
This option limits the number of tags shown on the List All Tags page only.
It is used only when the "Display Select" pagination dropdown is hidden (see TagsModel::getListQuery()).
It can easily be confused with the limit for items shown on a single tag page.
That limit is controlled by the "# Items to List" option or the global "Default List Limit" setting.
This PR adds a description to explain what this option is used for.
The "Maximum Items" field has no description and it is unclear what it does
A description is shown below the field:
"The maximum number of tags shown on the List All Tags page. Only applies when the 'Display Select' pagination dropdown is hidden."
Please select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration Language & Strings com_tags Front End |
Thanks for your contribution, but I have to says this is not a bug, if you really think it's needed please rebase it to 6.2 thanks.
beside that we use
COM_TAGS_LIST_MAX_DESCRIPTIONsince 4.0 instead of the short form. ( I know it's used in this xml but mostly because it's legacy usage and changing it would only create work for translators)