TSK-1391: New workbasket is selected after creation

This commit is contained in:
Sofie Hofmann 2020-09-23 16:50:06 +02:00 committed by holgerhagen
parent 8b3013d602
commit 972c09761c
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ export class WorkbasketState implements NgxsAfterBootstrap {
new Map<string, string>([['workbasketKey', workbasketUpdated.key]])
);
this.selectWorkbasket(ctx, workbasketUpdated.workbasketId);
ctx.dispatch(new SelectWorkbasket(workbasketUpdated.workbasketId));
this.location.go(this.location.path().replace(/(workbaskets).*/g, 'workbaskets'));
},
(error) => {