User tests: Successful: Unsuccessful:
Pull Request for Issue #18815
Fix the filters
administrator/index.php?option=com_menus&view=menus
Site
and Administrator
administrator/index.php?option=com_menus&view=items
Site
and Administrator
administrator/index.php?option=com_associations
Item type
and Language
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_associations com_menus |
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
rtc
@wilsonge Please merge asap to let me make new PR
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-12-13 20:09:09 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
I don't mind whether it's kept or not. I'm just a UI dev
You can see what we can get if we keep the attribute in 4.0
For com_associations, com_content (articles and Featured), com_categories, com_associations.
noresults.diff.zip
For com_associations, one has also to delete in its custom searchtools layout the bar.php
This works great. Can you please also change the lang constant which has nothing to do here:
<joomla-alert type="warning"><?php echo JText::_('COM_LANGUAGES_MULTILANGSTATUS_NONE'); ?></joomla-alert>
to
<joomla-alert type="warning"><?php echo JText::_('JGLOBAL_NO_MATCHING_RESULTS'); ?></joomla-alert>
in
com_menus/tmpl/items/default.php
and incom_menus/tmpl/items/modal
EDIT: no use. Will correct with new PR including some other stuff