mirror of
https://github.com/grocy/grocy.git
synced 2026-06-09 03:35:05 +00:00
Finalize user-defined-fields (closes #176)
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
'limitStartToNow' => false,
|
||||
'invalidFeedback' => $L('A due date is required'),
|
||||
'nextInputSelector' => 'category_id',
|
||||
'additionalCssClasses' => 'date-only-datetimepicker',
|
||||
'additionalGroupCssClasses' => 'date-only-datetimepicker',
|
||||
'isRequired' => false
|
||||
))
|
||||
|
||||
@@ -76,6 +76,11 @@
|
||||
'prefillByUserId' => $initUserId
|
||||
))
|
||||
|
||||
@include('components.userfieldsform', array(
|
||||
'userfields' => $userfields,
|
||||
'entity' => 'tasks'
|
||||
))
|
||||
|
||||
<button id="save-task-button" class="btn btn-success">{{ $L('Save') }}</button>
|
||||
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user