Fix #15434 - Add support for middle click on table sort column
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
2f0fff5fa1
commit
ecb5faac0c
@ -1856,6 +1856,7 @@ class Results
|
||||
'db' => $this->__get('db'),
|
||||
'table' => $this->__get('table'),
|
||||
'sql_query' => $single_sorted_sql_query,
|
||||
'sql_signature' => Core::signSqlQuery($single_sorted_sql_query),
|
||||
'session_max_rows' => $session_max_rows,
|
||||
'is_browse_distinct' => $this->__get('is_browse_distinct'),
|
||||
);
|
||||
@ -1864,6 +1865,7 @@ class Results
|
||||
'db' => $this->__get('db'),
|
||||
'table' => $this->__get('table'),
|
||||
'sql_query' => $multi_sorted_sql_query,
|
||||
'sql_signature' => Core::signSqlQuery($multi_sorted_sql_query),
|
||||
'session_max_rows' => $session_max_rows,
|
||||
'is_browse_distinct' => $this->__get('is_browse_distinct'),
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user