mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Started working on user-defined-fields for all entities (references #176)
This commit is contained in:
@@ -47,6 +47,11 @@
|
||||
'invalidFeedback' => $L('This cannot be negative')
|
||||
))
|
||||
|
||||
@include('components.userfieldsform', array(
|
||||
'userfields' => $userfields,
|
||||
'entity' => 'batteries'
|
||||
))
|
||||
|
||||
<button id="save-battery-button" class="btn btn-success">{{ $L('Save') }}</button>
|
||||
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user