mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix #1592 include extra_sort.value in column list
This commit is contained in:
parent
0873b371a1
commit
2ac747bf70
3 changed files with 6 additions and 0 deletions
|
|
@ -1440,6 +1440,10 @@ class documentModel extends document
|
|||
$args->sort_index = 'extra_sort.value';
|
||||
}
|
||||
$query_id = 'document.getDocumentListWithExtraVars';
|
||||
if($args->columnList)
|
||||
{
|
||||
$args->columnList[] = 'extra_sort.value';
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue