Merge pull request #710 from bigcapitalhq/fix-import-category-on-items

fix: Import category column of item resource
This commit is contained in:
Ahmed Bouhuolia
2024-10-14 19:49:54 +02:00
committed by GitHub

View File

@@ -294,7 +294,7 @@ export default {
name: 'item.field.note',
fieldType: 'text',
},
category: {
categoryId: {
name: 'item.field.category',
fieldType: 'relation',
relationModel: 'ItemCategory',