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

@ -113,7 +113,7 @@ export class SpaceModelService {
pageable.where = {
project: { uuid: param.projectUuid },
};
pageable.include = 'subspaceModels,tags,subspaceModels.tags';
pageable.include = 'subspaceModels,tags,subspaceModels.tags,tags.product,subspaceModels.tags.product';
const customModel = TypeORMCustomModel(this.spaceModelRepository);