Sorting by organisation on the users page is a bit broken because of the way the join is done so don't offer the capability to do it in the first place...

This commit is contained in:
2022-02-22 13:53:26 +00:00
parent 96e861e7fe
commit f75bde0ccf
2 changed files with 1 additions and 2 deletions

View File

@@ -31,7 +31,6 @@ class UserSprunje extends UFUserSprunje
];
protected $sortable = [
'name',
'organisations',
'last_activity',
'status',
];