User tests: Successful: Unsuccessful:
On clean j323 install with learning demo data create a menu item to contact category C
Pick the menu item in the frontend and see: No articles to display
To see: There are no Contacts to display
text from COM_CONTACT_NO_CONTACTS instead of COM_CONTACT_NO_ARTICLES
You get: No articles to display
Clean J323 install with learning demo data.
Replacing COM_CONTACT_NO_ARTICLES with COM_CONTACT_NO_CONTACTS makes COM_CONTACT_NO_ARTICLES unused, which normally should have it removed.
Considering that articles are also shown for contacts it might be intended to be used.
Separate issue I think, removing/using.
Labels |
Added:
?
?
|
COM_CONTACT_NO_CONTACTS is misspelled in the commit (components/com_contact/views/category/tmpl/default_items.php).
To check: it seems that COM_CONTACT_NO_ARTICLES would have to be deleted from the language file.
Title |
|
Title |
|
I agree, COM_CONTACT_NO_ARTICLES should be deleted from en-GB.com_contact.ini
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-04-24 08:58:58 |
Updated PR info with the information from the (now closed) issue.