? ? Pending

User tests: Successful: Unsuccessful:

avatar laoneo
laoneo
9 Apr 2018

Alternative for pull request #19280.

Summary of Changes

When there is no menu item for category/categories/article view in com_content and the option Remove IDs is enabled then a link like the following is created:
/index.php/en/component/content/article/article-en-gb?catid=8

This returns an error 404. This pr changes the url to contain the id instead of the alias like:
/index.php/en/component/content/article/1?catid=8

It is a break as it is ignoring the setting Remove IDs.

Testing Instructions

  • Create an article
  • Create a latest articles module
  • Create a wrapper menu item
  • Set it as default menu item
  • Unpublish the Home menu item
  • Open the front end
  • Click on the article link in the module

Expected result

The article is opened.

Actual result

A 404 is thrown.

avatar laoneo laoneo - open - 9 Apr 2018
avatar laoneo laoneo - change - 9 Apr 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 9 Apr 2018
Category Libraries
avatar laoneo laoneo - change - 9 Apr 2018
The description was changed
avatar laoneo laoneo - edited - 9 Apr 2018
avatar laoneo laoneo - change - 9 Apr 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - change - 9 Apr 2018
Category Libraries Libraries Unit Tests
avatar laoneo
laoneo - comment - 9 Apr 2018

Closing it in favor of #19280.

avatar laoneo laoneo - change - 9 Apr 2018
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2018-04-09 08:50:23
Closed_By laoneo
Labels Added: ?
avatar laoneo laoneo - close - 9 Apr 2018

Add a Comment

Login with GitHub to post a comment