mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-16 18:56:22 +00:00
Merge pull request #199 from SyncrowIOT/bugfix/list-space-hides-disable
Bugfix/list-space-hides-disable
This commit is contained in:
@ -112,6 +112,7 @@ export class SpaceModelService {
|
|||||||
pageable.modelName = 'space-model';
|
pageable.modelName = 'space-model';
|
||||||
pageable.where = {
|
pageable.where = {
|
||||||
project: { uuid: param.projectUuid },
|
project: { uuid: param.projectUuid },
|
||||||
|
disabled: false,
|
||||||
};
|
};
|
||||||
pageable.include =
|
pageable.include =
|
||||||
'subspaceModels,tags,subspaceModels.tags,tags.product,subspaceModels.tags.product';
|
'subspaceModels,tags,subspaceModels.tags,tags.product,subspaceModels.tags.product';
|
||||||
|
Reference in New Issue
Block a user