2
0
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:
Oliver Walters
2025-11-24 11:12:28 +00:00
parent daea1706a2
commit 9bcdc7ddcd

View File

@@ -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: