Create a tag A with subtags A1, A2.
Create a tag B with subtags B1, B2.
Create a menu item MENU_A of type "list of all tags" for A to show all tags below A.
Create a menu item MENU_B of type "list of all tags" for B to show all tags below A.
Enable caching.
Go to frontend and click on MENU_A: you get the list of subtags of A.
Now click on MENU_B
you must get the list of subtags of B.
the URL in the browser changes with MENU_B but the same page is reloaded showing MENU_A.
Hi, no, I am not getting the correct behavior: the first menu item that is selected makes Joomla! render the correct page, the second click on the other menu item shows the first page again and not the second one, though the URL has changed in the correct one.
So:
click on MENU_A => URL of MENU_A displayed and PAGE_A shown
click on MENU_B => URL of MENU_B displayed but PAGE_A shown
The same happens if clicking first on MENU_B and after on MENU_A: I get always MENU_B also if I click on MENU_A the second time.
is it more clear?
Confirmed for current staging. Will provide PR.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-06-05 11:15:17 |
Closed_By | ⇒ | brianteeman |
Closed as we have a PR for testing
Unless there's a typo in your instructions you're getting the desired
behavior?
On Saturday, June 4, 2016, Giuse69 notifications@github.com wrote: