mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
Closes #5367 Custom sorting of admin-ui Filter and Batch drop-down menus.
This commit is contained in:
@@ -2010,7 +2010,11 @@ class " . $table . " extends e_admin_ui
|
||||
protected \$fields = " . $FIELDS . ";
|
||||
|
||||
protected \$fieldpref = array(" . implode(", ", $FIELDPREF) . ");
|
||||
|
||||
|
||||
// protected \$filterSort = ['field_key_5', 'field_key_7']; // Display these fields first in the filter drop-down.
|
||||
|
||||
// protected \$batchSort = ['field_key_5', 'field_key_7'];; // Display these fields first in the batch drop-down.
|
||||
|
||||
";
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user