Skip to content

Commit

Permalink
Merge pull request #710 from bigcapitalhq/fix-import-category-on-items
Browse files Browse the repository at this point in the history
fix: Import category column of item resource
  • Loading branch information
abouolia authored Oct 14, 2024
2 parents 8c94ee5 + 49988e2 commit fd4d86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/models/Item.Settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export default {
name: 'item.field.note',
fieldType: 'text',
},
category: {
categoryId: {
name: 'item.field.category',
fieldType: 'relation',
relationModel: 'ItemCategory',
Expand Down

0 comments on commit fd4d86e

Please sign in to comment.