Include tree_id field

This commit is contained in:
Oliver Walters 2026-06-19 00:49:50 +00:00
parent 128579b318
commit 46ab76acb0
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ class CategoryTree(InvenTree.serializers.InvenTreeModelSerializer):
'name',
'description',
'parent',
'tree_id',
'level',
'icon',
'structural',