mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 08:54:54 +00:00
Merge pull request #336 from SyncrowIOT/SP-1421
filter for not deleted space
This commit is contained in:
@ -108,6 +108,7 @@ export class CommunityService {
|
|||||||
const matchingSpaces = await this.spaceRepository.find({
|
const matchingSpaces = await this.spaceRepository.find({
|
||||||
where: {
|
where: {
|
||||||
spaceName: ILike(`%${pageable.search}%`),
|
spaceName: ILike(`%${pageable.search}%`),
|
||||||
|
disabled: false,
|
||||||
community: { project: { uuid: param.projectUuid } },
|
community: { project: { uuid: param.projectUuid } },
|
||||||
},
|
},
|
||||||
relations: ['community'],
|
relations: ['community'],
|
||||||
|
|||||||
Reference in New Issue
Block a user