Skip to content

Commit

Permalink
Improvement webvimark#210 User list default order
Browse files Browse the repository at this point in the history
  • Loading branch information
le-o committed Nov 20, 2023
1 parent 8ffbad9 commit d00449b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/search/UserSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public function search($params)
'pageSize' => Yii::$app->request->cookies->getValue('_grid_page_size', 20),
],
'sort'=>[
'defaultOrder'=>[
'defaultOrder'=> [
'status'=>SORT_DESC,
'id'=>SORT_DESC,
],
],
Expand Down

0 comments on commit d00449b

Please sign in to comment.