mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 03:04:36 +00:00
Implemented new Userfield type "Select list" (closes #325)
This commit is contained in:
@@ -12,6 +12,7 @@ class UserfieldsService extends BaseService
|
||||
const USERFIELD_TYPE_DATETIME = 'datetime';
|
||||
const USERFIELD_TYPE_CHECKBOX = 'checkbox';
|
||||
const USERFIELD_TYPE_PRESET_LIST = 'preset-list';
|
||||
const USERFIELD_TYPE_PRESET_CHECKLIST = 'preset-checklist';
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
Reference in New Issue
Block a user