[UI] Order groups in join descending order in profiles
This commit is contained in:
parent
3f8f77dff1
commit
26622cb84b
|
@ -337,6 +337,7 @@ class Profile extends Managed_DataObject
|
||||||
$gm = new Group_member();
|
$gm = new Group_member();
|
||||||
|
|
||||||
$gm->profile_id = $this->id;
|
$gm->profile_id = $this->id;
|
||||||
|
$gm->orderBy('created DESC');
|
||||||
|
|
||||||
if ($gm->find()) {
|
if ($gm->find()) {
|
||||||
while ($gm->fetch()) {
|
while ($gm->fetch()) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user