This commit is contained in:
hannathkadher
2025-01-02 11:25:24 +04:00
parent 17124b9d34
commit ca3d63f7d0

View File

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