mirror of
https://github.com/grocy/grocy.git
synced 2025-08-16 02:34:44 +00:00
Finalize user-defined-fields (closes #176)
This commit is contained in:
@@ -36,7 +36,9 @@ class TasksController extends BaseController
|
||||
'tasks' => $tasks,
|
||||
'nextXDays' => $nextXDays,
|
||||
'taskCategories' => $this->Database->task_categories()->orderBy('name'),
|
||||
'users' => $this->Database->users()
|
||||
'users' => $this->Database->users(),
|
||||
'userfields' => $this->UserfieldsService->GetFields('tasks'),
|
||||
'userfieldValues' => $this->UserfieldsService->GetAllValues('tasks')
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user