Create multiple articles and contacts.
Create two menu items for "Articles » Category List" and "Contacts » List Contacts in a Category"
Trash one article and one contact
Check the menus - the trashed items do not appear
Login to the frontend as admin (or anyone with Special access)
Check the article menu - the trashed article does not appear
Check the contact menu - the trashed contact does appear
Create multiple articles and contacts.
Create two menu items for "Articles » Category List" and "Contacts » List Contacts in a Category"
Unpublish one article and one contact
Check the menus - the unpublished items do not appear
Login to the frontend as admin (or anyone with Special access)
Check the article menu - the unpublished article does appear with a flag saying unpublished
Check the contact menu - the unpublished contact does appear with a flag saying unpublished
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-07-23 16:05:26 |
Closed_By | ⇒ | brianteeman |
#7535 for fix
I have tracked it down (I think) to https://github.com/joomla/joomla-cms/blob/staging/components/com_contact/models/category.php#L274
Which is missing the
else
you can see here https://github.com/joomla/joomla-cms/blob/staging/components/com_content/models/category.php#L141This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7533.