1
0
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:
camer0n
2024-12-19 13:18:16 -08:00
parent b25e60888b
commit c51c2f3e77
2 changed files with 77 additions and 8 deletions

View File

@@ -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.
";