mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
debugger entfernt
This commit is contained in:
@@ -200,7 +200,7 @@ export class RemissionListItemComponent implements OnDestroy {
|
||||
else if (this.item.dtoType === 'suggestion') {
|
||||
updatedDto = await this._remissionService.returnSuggestion(this.item.dto?.id).toPromise();
|
||||
}
|
||||
debugger;
|
||||
|
||||
if (updatedDto.impediment?.attempts === 1 && updatedDto.returnReason.startsWith('Abholfach:')) {
|
||||
this._store.removeItem(this.item);
|
||||
} else if (updatedDto.impediment?.attempts > 3) {
|
||||
|
||||
Reference in New Issue
Block a user