2
0
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:
eeintech
2020-11-04 09:52:26 -05:00
parent 9eba564ff6
commit 1c14c2237a
5 changed files with 57 additions and 45 deletions

View File

@ -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
},