User tests: Successful: Unsuccessful:
Alternative for pull request #19280.
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.
The article is opened.
A 404 is thrown.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
Category | Libraries | ⇒ | Libraries Unit Tests |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-04-09 08:50:23 |
Closed_By | ⇒ | laoneo | |
Labels |
Added:
?
|
Closing it in favor of #19280.