Look in libraries/src/HTML/Helpers/Access.php line 263, which has this:
If it were this:
The Access list at the right of the Article edit form would be in title order.
Not sure where you go from there! Test it to see if it does what you want.
Code:
->order($db->quoteName('a.ordering') . ' ASC');
Code:
->order($db->quoteName('a.title') . ' ASC');
Not sure where you go from there! Test it to see if it does what you want.
Statistics: Posted by ceford — Thu May 23, 2024 7:34 pm