mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
Moved category templates processing to Part save() method
This commit is contained in:
@ -86,9 +86,9 @@ class InvenTreeSetting(models.Model):
|
||||
},
|
||||
|
||||
'PART_CATEGORY_PARAMETERS': {
|
||||
'name': _('Create Parameters From Category Templates'),
|
||||
'description': _('Automatically create part parameters from category templates'),
|
||||
'default': False,
|
||||
'name': _('Copy Category Parameter Templates'),
|
||||
'description': _('Copy category parameter templates when creating a part'),
|
||||
'default': True,
|
||||
'validator': bool
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user