Remove sort rules from Programstatus
Sort is not necessary here.
This commit is contained in:
parent
1621755103
commit
7c88ee70d2
|
@ -41,16 +41,4 @@ class Programstatus extends DataView
|
|||
'global_service_event_handler',
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getSortRules()
|
||||
{
|
||||
return array(
|
||||
'id' => array(
|
||||
'order' => self::SORT_DESC
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue