mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 19:54:54 +00:00
Remove DISABLED status and add isEnabled field
This commit is contained in:
@ -35,6 +35,7 @@ export class ProjectUserService {
|
||||
'phoneNumber',
|
||||
'jobTitle',
|
||||
'invitedBy',
|
||||
'isEnabled',
|
||||
],
|
||||
relations: ['roleType'],
|
||||
});
|
||||
@ -90,6 +91,7 @@ export class ProjectUserService {
|
||||
'phoneNumber',
|
||||
'jobTitle',
|
||||
'invitedBy',
|
||||
'isEnabled',
|
||||
],
|
||||
relations: ['roleType', 'spaces.space'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user