?
avatar Chraneco
Chraneco
17 Aug 2016

While trying to implement the new routing for JoomGallery I detected this problem:

Steps to reproduce the issue

  1. Set up a site with the "Blog" sample data.
  2. Create a new content menu item of type "List All Categories" and with "Root" as the category selection.
  3. When clicking on that menu item you get to a page with two links ("Uncategorised" and "Blog").
  4. Verify that both links work as expected.
  5. Turn on the new routing for the content component.
  6. Click again on the created menu item.
  7. The link for "Uncategorised" is now broken as it simple references the current page you are on.

Expected result

All links should still work as before

Actual result

Links from the "categories" view are broken.

System information (as much as possible)

Tested with latest code from the 3.7.x branch.

Additional Comments

The "Blog" link still works because it is also the default menu item, I think if more categories were listed on that page all those links would be broken.

avatar Chraneco Chraneco - open - 17 Aug 2016
avatar Chraneco Chraneco - edited - 17 Aug 2016
avatar bertmert
bertmert - comment - 17 Aug 2016

I think that's a known bug already reported here:
Please see test results of PR #11320

avatar brianteeman brianteeman - change - 18 Aug 2016
Milestone Added:
Build master 3.7
avatar wilsonge wilsonge - change - 10 Sep 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-09-10 20:38:48
Closed_By wilsonge
avatar wilsonge wilsonge - close - 10 Sep 2016
avatar wilsonge
wilsonge - comment - 10 Sep 2016

Fixed with 0553f43

Add a Comment

Login with GitHub to post a comment