User tests: Successful: Unsuccessful:
Adding Date Modified sorting for Articles Manager in backend
Pull Request for Issue #15610
4 files modified
Including Date Modified field in the model
administrator/components/com_content/models/articles.php
Adding the option in the ordering list form field with language constant.
administrator/components/com_content/models/forms/filter_articles.xml
Modifying the tmpl file, to consider the new date ordering label on the table's headings.
administrator/components/com_content/views/articles/tmpl/default.php
Adding en-GB translations for the new constants
administrator/language/en-GB/en-GB.com_content.ini
Totally 3 new constants:
COM_CONTENT_HEADING_DATE_MODIFIED="Date Modified"
COM_CONTENT_MODIFIED_ASC="Date Modified ascending"
COM_CONTENT_MODIFIED_DESC="Date Modified descending"
After applying the patch, go in articles manager in backend and through the Sorting List select the Date Modified ASC/DESC options to sort articles by date modified.
The articles should be ordered by this date option.
Mention that articles manager now supports ordering the articles by Date Modified using the Sorting List field.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_content Language & Strings |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-22 18:38:35 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
?
|
I have tested this item✅ successfully on bb17ce3
As this is implemented in the same way as the other date modifiers that are not displayed in the columns by default this is fine by me.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15825.