User tests: Successful: Unsuccessful:
This PR converts mod_related_items to the new structure
Please select:
No documentation changes for docs.joomla.org needed
No documentation changes for manual.joomla.org needed
Category | ⇒ | Modules Front End |
Status | New | ⇒ | Pending |
Labels |
Added:
PR-4.3-dev
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-01-22 02:39:53 |
Closed_By | ⇒ | carlitorweb |
Status | Closed | ⇒ | Pending |
Category | Modules Front End | ⇒ | Administration Modules Front End |
Labels |
Added:
PR-4.4-dev
Removed: PR-4.3-dev |
Category | Modules Front End Administration | ⇒ | Modules Front End |
Labels |
Added:
?
|
Category | Modules Front End | ⇒ | Modules Front End JavaScript Unit Tests |
@laoneo here in the test, I created a menu item for show a single article view, and from there get the related articles.
I added to the db_createMenuItem
the option link: 'index.php?option=com_content&view=article&id=1
where id=1
is the ID of the main article to view. Is correct this ID? For example, in my local site, I needed add id=15
because I had already some articles there.
Labels |
Added:
?
|
Nevermind now, I just featured the article, click on it, and get the related articles from there. So not matter what ID he will have, and by default joomla come with the featured menu item.
I will include the cache
Please wait. @joomdonation will have a look tomorrow and when all works, then you can update. Otherwise you copy my mistakes.
Okay. I already tested in the category module, work fine. Mainly when need load in the article view.
Labels |
Added:
?
|
Labels |
Removed:
?
|
Cool, now we need some tests.
@carlitorweb can you update your branch?
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 2023-01-22 02:39:53 | ⇒ | 2023-04-24 16:19:12 |
Closed_By | carlitorweb | ⇒ | laoneo |
Thanks!
@laoneo I revert the Helper in this one.