This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[Administration] Utilisateurs > liste : ordonner par date d'inscription décroissant
#987
refactoring
Guillaume Bourgeois
1 year ago
parent
ead9061672
commit
179353019e
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
common/logic/User/User/Model/UserSearch.php
+ 2
- 0
common/logic/User/User/Model/UserSearch.php
View File
@@ -142,6 +142,8 @@ class UserSearch extends User
['like', 'user.name_legal_person', $this->username],
]);
$query->orderBy('user.created_at DESC');
return $dataProvider;
}
Write
Preview
Loading…
Cancel
Save