mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
Consistent Formatting
This commit is contained in:
parent
0beef798a0
commit
35f2a5a463
@ -115,7 +115,7 @@ class GridFieldSortableRows implements GridField_HTMLProvider, GridField_ActionP
|
|||||||
*/
|
*/
|
||||||
protected function fixSortColumn($gridField, SS_List $dataList) {
|
protected function fixSortColumn($gridField, SS_List $dataList) {
|
||||||
$list=clone $dataList;
|
$list=clone $dataList;
|
||||||
$list->dataQuery()->limit(array());
|
$list->dataQuery()->limit(array());
|
||||||
$max = $list->Max($this->sortColumn);
|
$max = $list->Max($this->sortColumn);
|
||||||
if($list->where('"'.$this->sortColumn.'"=0')->Count()>0) {
|
if($list->where('"'.$this->sortColumn.'"=0')->Count()>0) {
|
||||||
//Start transaction if supported
|
//Start transaction if supported
|
||||||
|
Loading…
Reference in New Issue
Block a user