mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
Set Responsible User for a Part during creation or API (#4326)
* update dev reqs (#117)
* Fix/docker build (#118)
* update dev reqs
* install git?
* add responsible user to ui
* add responsible to serializer
* adapt helptexts
* Revert "Fix/docker build (#118)"
This reverts commit a91742842c
.
* add responsible user to UI
This commit is contained in:
@ -124,6 +124,9 @@ function partFields(options={}) {
|
||||
minimum_stock: {
|
||||
icon: 'fa-boxes',
|
||||
},
|
||||
responsible: {
|
||||
icon: 'fa-user',
|
||||
},
|
||||
component: {
|
||||
default: global_settings.PART_COMPONENT,
|
||||
group: 'attributes',
|
||||
|
Reference in New Issue
Block a user