mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-15 18:27:05 +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.where = {
|
||||
project: { uuid: param.projectUuid },
|
||||
disabled: false,
|
||||
};
|
||||
pageable.include =
|
||||
'subspaceModels,tags,subspaceModels.tags,tags.product,subspaceModels.tags.product';
|
||||
|
Reference in New Issue
Block a user