mirror of
https://github.com/grocy/grocy.git
synced 2025-08-16 10:44:37 +00:00
Make it possible to track any information on chore execution (by using Userfields, closes #825)
This commit is contained in:
@@ -59,7 +59,9 @@ class UserfieldsService extends BaseService
|
||||
$userEntities[] = 'userentity-' . $userentity->name;
|
||||
}
|
||||
|
||||
return array_merge($exposedDefaultEntities, $userEntities, $specialEntities);
|
||||
$entitiesSorted = array_merge($exposedDefaultEntities, $userEntities, $specialEntities);
|
||||
sort($entitiesSorted);
|
||||
return $entitiesSorted;
|
||||
}
|
||||
|
||||
public function GetField($fieldId)
|
||||
|
Reference in New Issue
Block a user