690320:2126 UUID agian by Claude Sonnet #02
Build and Deploy / deploy (push) Failing after 4m27s
Build and Deploy / deploy (push) Failing after 4m27s
This commit is contained in:
@@ -85,6 +85,7 @@ export class UserService {
|
||||
.leftJoinAndSelect('user.preference', 'preference') // Optional
|
||||
.leftJoinAndSelect('user.assignments', 'assignments')
|
||||
.leftJoinAndSelect('assignments.role', 'role')
|
||||
.leftJoin('user.organization', 'organization') // ADR-019: expose uuid, not INT
|
||||
.select([
|
||||
'user.user_id',
|
||||
'user.uuid',
|
||||
@@ -93,13 +94,15 @@ export class UserService {
|
||||
'user.firstName',
|
||||
'user.lastName',
|
||||
'user.lineId',
|
||||
'user.primaryOrganizationId',
|
||||
'user.isActive',
|
||||
'user.createdAt',
|
||||
'user.updatedAt',
|
||||
'assignments.id',
|
||||
'role.roleId',
|
||||
'role.roleName',
|
||||
'organization.uuid',
|
||||
'organization.organizationCode',
|
||||
'organization.organizationName',
|
||||
]);
|
||||
|
||||
// Apply Filters
|
||||
@@ -165,6 +168,7 @@ export class UserService {
|
||||
'assignments',
|
||||
'assignments.role',
|
||||
'assignments.role.permissions',
|
||||
'organization', // ADR-019: expose org.uuid, not INT primaryOrganizationId
|
||||
],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user