Keys auf SSE umgestellt
This commit is contained in:
@@ -47,7 +47,7 @@ export class HelperService {
|
||||
async getSystemOfKey(key: Key): Promise<KeySystem> {
|
||||
const k = await this.keyRepo.findOne({
|
||||
where: { id: key.id },
|
||||
relations: ['cylinder', 'cylinder.system'],
|
||||
relations: ['cylinder', 'cylinder.system', 'cylinder.system.managers'],
|
||||
withDeleted: true,
|
||||
});
|
||||
this.cache()
|
||||
|
||||
Reference in New Issue
Block a user