list space model should list tags

This commit is contained in:
hannathkadher
2025-01-02 11:22:54 +04:00
parent a17dc0ff9e
commit 17124b9d34
2 changed files with 6 additions and 8 deletions

View File

@ -21,16 +21,14 @@ const mappingInclude: { [key: string]: any } = {
},
'space-model': {
subspaceModels: 'subspace-model',
spaceProductModels: 'space-product-model',
tags: 'tag_model',
},
'subspace-model': {
productModels: 'subspace-product-model',
tags: 'tag_model',
},
'subspace-product-model': {
itemModels: true,
},
'space-product-model': {
items: true,
tag_model: {
tag_model: true,
product: true,
},
};