User tests: Successful: Unsuccessful:
Pull Request for Issue #14163 .
Uses the menu item id when calculating the open search url. i have no clue if this is a good fix or not :D
For testing instructions see original issue
Status | New | ⇒ | Pending |
Category | ⇒ | Modules Front End |
Labels |
Added:
?
|
I think I already fixed that 10 minutes ago :P
Oh nice! Great, it works with that fix :)
@AndySDH please mark your Test as successfully:
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Ready to Commit after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-08-21 03:50:52 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
Tested this, but doesn't work as it is:
JRoute::_('&option=com_search&format=opensearch&itemId=' . $mitemid), 'search', 'rel',
needs to be changed to:
JRoute::_('&option=com_search&format=opensearch&Itemid=' . $mitemid), 'search', 'rel',