The archived articles module doesn't display articles that are checked out. I've had an instance where all the articles in a given month were checked out and so the month wasn't displayed in the module.
Is this intentional? I don't think this is in effect anywhere else in the CMS.
/modules/mod_articles_archive/helper.php line 39
->where('state = 2 AND checked_out = 0')
Labels |
Added:
?
|
Labels |
Added:
?
|
Category | ⇒ | Modules |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-05-13 10:59:18 |
Closed_By | ⇒ | aaron-harding |
Thanks @aaron-harding
Agree can you send a PR that fixes the issue?
Code is here: https://github.com/joomla/joomla-cms/blob/staging/modules/mod_articles_archive/helper.php#L39
If you don't know how to create a PR please see:
https://docs.joomla.org/Using_the_Github_UI_to_Make_Pull_Requests
If you have a open PR can you add the link and close here?
Thanks!
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6928.