User tests: Successful: Unsuccessful:
A combination of two PRs #7368 and the commit for #5731 broke the ability to have visible ordering fields. This PR will fix the problem.
Install a fof component with visible ordering fields (I have used admin-tools-pro, URL-Redirection) add some items and try to order with drag/drop and with changing the number in the field. This should fail.
Apply patch
Try it again and it should now work.
Test also ordering in the article manager and category manager
Category | ⇒ | JavaScript |
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
To test
Joomla backend articles manager,
featured manager,
and category manager
.text-area-order, .sortable-handler + input {
display: inline !important;
width: 40px; text-align: right;
}
Also if you want to add save button to the header of the column of e.g. featured manager
After:
<?php echo JHtml::_('searchtools.sort', '', 'fp.ordering', $listDirn ...
Add:
<?php echo JHTML::_('grid.order', $this->items, 'filesave.png', 'featured.saveorder' ); ?>
I have tested this item
Tested
drag and drop works
also about manual editing ordering numbers, after you edit some of them and:
then the ordering is saved good in this case too
Also i forgot to mention
then re-ordering works in this case too for the 3 managers, and also tested menu manager
I have tested this item
tested with admintools
2 good tests. Merging
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-08-13 09:56:56 |
Closed_By | ⇒ | wilsonge |
I have tested this item
Original fix was here #11571 this is a redo with testing instructions and without swearing.