? ? Pending

User tests: Successful: Unsuccessful:

avatar infograf768
infograf768
15 Nov 2019

Pull Request for Issue #27068

Summary of Changes

Separating title and iconImage
Adding possible translation in order to normalise code. Which does not mean the translation of possible menutype titles fully work. To work really a lot of other stuff is to be considered.

Testing Instructions

See #27068

Source after patch

<li class="list-group-item d-flex align-items-center">
<a class="flex-grow-1" href="index.php?option=com_menus&view=items&menutype=mainmenu-en-gb">
Main Menu (en-GB) &nbsp;<span class="badge badge-secondary">en-GB</span></a>
<span class="menu-quicktask">
<a href="index.php?option=com_menus&task=item.add&menutype=mainmenu-en-gb">
<span class="fa fa-plus fa-xs" title="Main Menu (en-GB) " aria-hidden="true"></span>
<span class="sr-only">Main Menu (en-GB)  - New Item</span>
</a>
</span>
</li>
<li class="list-group-item d-flex align-items-center">
<a class="flex-grow-1" href="index.php?option=com_menus&view=items&menutype=mainmenu">
Main Menu <span class="home-image icon-featured" aria-hidden="true"></span><span class="sr-only">Default</span></a>
<span class="menu-quicktask">
<a href="index.php?option=com_menus&task=item.add&menutype=mainmenu">
<span class="fa fa-plus fa-xs" title="Main Menu " aria-hidden="true"></span>
<span class="sr-only">Main Menu  - New Item</span>
</a>
</span>
</li>
avatar infograf768 infograf768 - open - 15 Nov 2019
avatar infograf768 infograf768 - change - 15 Nov 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 15 Nov 2019
Category Modules Administration
avatar chmst chmst - test_item - 15 Nov 2019 - Tested successfully
avatar chmst
chmst - comment - 15 Nov 2019

I have tested this item successfully on ae28d83


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27074.

avatar ChristineWk ChristineWk - test_item - 15 Nov 2019 - Tested successfully
avatar ChristineWk
ChristineWk - comment - 15 Nov 2019

I have tested this item successfully on ae28d83

Don't know if maybe relevant, therefore just FYI (OT): If someone decide during Patch test, additional red markups, these belongs to #27061 and is solved.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27074.

avatar BertaOctech
BertaOctech - comment - 15 Nov 2019

I followed the instructions but I was not able to reproduce the issue


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27074.

avatar infograf768
infograf768 - comment - 15 Nov 2019

Do not rtc for now.

avatar infograf768 infograf768 - change - 16 Nov 2019
Labels Added: ?
avatar infograf768
infograf768 - comment - 17 Nov 2019

@Quy
Done.

Note: we will have to do the same change in conditional for mod_menu/tmp/default_submenu.php, including htmlspecialchars for Text::_($current->title)

08ceda4 17 Nov 2019 avatar infograf768 oops
avatar Quy
Quy - comment - 18 Nov 2019

Note: we will have to do the same change in conditional for mod_menu/tmp/default_submenu.php, including htmlspecialchars for Text::_($current->title)

Will you do this in a separate PR?

avatar infograf768
infograf768 - comment - 18 Nov 2019

Will you do this in a separate PR?

Yes. Better separate as the other one is mainly moving code around.
Let’s get this one in first.

avatar Quy Quy - test_item - 18 Nov 2019 - Tested successfully
avatar Quy
Quy - comment - 18 Nov 2019

I have tested this item successfully on addca38


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27074.

avatar infograf768
infograf768 - comment - 19 Nov 2019

@chmst @ChristineWk
Please test again

avatar ChristineWk ChristineWk - test_item - 19 Nov 2019 - Tested successfully
avatar ChristineWk
ChristineWk - comment - 19 Nov 2019

I have tested this item successfully on addca38


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27074.

avatar Quy Quy - change - 19 Nov 2019
Status Pending Ready to Commit
avatar Quy
Quy - comment - 19 Nov 2019

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27074.

avatar rdeutz rdeutz - change - 20 Nov 2019
Labels Added: ?
avatar rdeutz rdeutz - change - 20 Nov 2019
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2019-11-20 09:10:50
Closed_By rdeutz
avatar rdeutz rdeutz - close - 20 Nov 2019
avatar rdeutz rdeutz - merge - 20 Nov 2019

Add a Comment

Login with GitHub to post a comment