User tests: Successful: Unsuccessful:
order_up
and order_dn
are not used in Joomla core. Garbage from Joomla 1.6 or so.
Removed lines from com_contact list view.
// Preprocess the list of items to find ordering divisions.
// @todo: Complete the ordering stuff with nested sets
foreach ($this->items as &$item) {
$item->order_up = true;
$item->order_dn = true;
}
order_up
or order_dn
are used. You won't find one.com_contact
list view in Joomla backend works like before when these lines are removed.Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_contact |
I have tested this item ✅ successfully on f1ac63e
Joomla 5.1.0-alpha2
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
PR-5.0-dev
|
RTC
RTC as it has 2 successful tests ... but it needs to be clarified with maintainers or release managers if this should be rebased to 5.1-dev.
Yes, 5.1 please
Labels |
Added:
RTC
RMDQ
|
Category | Administration com_contact | ⇒ | Administration com_contact com_joomlaupdate Language & Strings Repository NPM Change Libraries JavaScript Unit Tests |
Labels |
Added:
Unit/System Tests
Language Change
NPM Resource Changed
PR-5.1-dev
Removed: PR-5.0-dev |
Category | Administration com_contact com_joomlaupdate Language & Strings Repository NPM Change Libraries JavaScript Unit Tests | ⇒ | Administration com_contact |
Labels |
Removed:
Unit/System Tests
Language Change
NPM Resource Changed
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-01-24 17:41:53 |
Closed_By | ⇒ | LadySolveig |
Thank you @ReLater and also for testing @ChristineWk and @Quy !
I have tested this item ✅ successfully on f1ac63e
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42581.