mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 308: #939 Personal-wechsel-bei-offener-Remi
#939 Personal-wechsel-bei-offener-Remi
This commit is contained in:
@@ -183,7 +183,8 @@ export class RemissionListStartedComponent implements OnInit, OnDestroy {
|
||||
withLatestFrom(this.shippingDocument$)
|
||||
)
|
||||
.subscribe(([process, document]) => {
|
||||
if (process.completed || document.isCompleted) {
|
||||
console.log({ process, document });
|
||||
if (process.completed || (document && document.isCompleted)) {
|
||||
this.store.dispatch(new ResetRemissionState());
|
||||
this.navigateToFinishRemission();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user