1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 07:06:30 +02:00

Fixes #4334 - Ajax ordering on Extended User fields.

This commit is contained in:
Cameron
2021-01-01 07:38:24 -08:00
parent 6f3040a64a
commit e6ceafd496
2 changed files with 20 additions and 10 deletions

View File

@@ -343,8 +343,8 @@ e107::js('footer-inline', js());
protected $perPage = 10;
protected $batchDelete = true;
// protected $batchCopy = true;
// protected $sortField = 'somefield_order';
// protected $orderStep = 10;
protected $sortField = 'user_extended_struct_order';
protected $orderStep = 10;
protected $tabs = array(LAN_BASIC,LAN_ADVANCED); // Use 'tab'=>0 OR 'tab'=>1 in the $fields below to enable.
protected $listQry = "SELECT * FROM `#user_extended_struct` WHERE user_extended_struct_type != 0 AND user_extended_struct_text != '_system_' "; // Example Custom Query. LEFT JOINS allowed. Should be without any Order or Limit.