Merge branch 'main' into dev

This commit is contained in:
faris Aljohari
2025-07-03 00:10:00 -06:00
19 changed files with 299 additions and 136 deletions

View File

@ -120,6 +120,7 @@ export class CommunityService {
.leftJoin('c.spaces', 's', 's.disabled = false')
.where('c.project = :projectUuid', { projectUuid })
.andWhere(`c.name != '${ORPHAN_COMMUNITY_NAME}-${project.name}'`)
.orderBy('c.createdAt', 'DESC')
.distinct(true);
if (pageable.search) {
qb.andWhere(