User tests: Successful: Unsuccessful:
List Views have a method getSortFields().
This Method is not used in the core. The names of the table headers are in the respective tables as language keys.
Testing Instructions for com_banners, Com_plugnis, com_csp, com_newsfeeds
Code Inspect. Testing this can only be playing around with table headers in list views.
Are all texts displayed corretly, does sorting work as before? Also with open search tools?
Everything works as before
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_banners com_contact com_csp com_newsfeeds com_plugins com_tags |
These methods are not used, atleast Icannot find a usage except in com_patchtester for which I will make a PR tomorrow.
I tested this successful.
git fetch origin pull/27678/head:remove-getsortFields-1
git checkout remove-getsortFields-1
The sort fields are inserted with an XML file. That is why I first checked if this XML-File is for every component in this PR on his place.
The files
/administrator/components/com_banners/forms/filter_*
/administrator/components/com_contact/forms/filter_*
/administrator/components/com_csp/forms/filter_*
/administrator/components/com_newsfeeds/forms/filter_*
/administrator/components/com_plugins/forms/filter_*
/administrator/components/com_tags/forms/filter_*
are there.
After that I checked that I could sort contacts
, banners
, plugins
, tags
, newsfeeds
.
I had no Content Security Policy Reports for sorting. But the drop down was there and worked.
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-02-06 22:57:20 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
|
is it even used in j3?