mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-16 09:18:10 +00:00
Change migration for part parameter
- Make it "universal"
This commit is contained in:
@@ -22,7 +22,7 @@ def copy_part_parameters(apps, schema_editor):
|
||||
checkbox=template.checkbox,
|
||||
choices=template.choices,
|
||||
selectionlist=template.selectionlist,
|
||||
model_type='part'
|
||||
model_type=''
|
||||
))
|
||||
|
||||
if len(templates) > 0:
|
||||
|
||||
Reference in New Issue
Block a user