Archive und Logging
This commit is contained in:
@@ -44,6 +44,7 @@ export class SystemService {
|
||||
let systems = await this.systemRepo.find({
|
||||
where: { managers: { id: user.id } },
|
||||
order: { name: { direction: 'ASC' } },
|
||||
relations: ['cylinders']
|
||||
});
|
||||
|
||||
if (this.isDevelopMode) {
|
||||
|
||||
Reference in New Issue
Block a user