filter for not deleted space

This commit is contained in:
hannathkadher
2025-04-16 10:42:20 +04:00
parent dbabd28624
commit 2010e631f2

View File

@ -108,6 +108,7 @@ export class CommunityService {
const matchingSpaces = await this.spaceRepository.find({
where: {
spaceName: ILike(`%${pageable.search}%`),
disabled: false,
community: { project: { uuid: param.projectUuid } },
},
relations: ['community'],