Skip to content
Snippets Groups Projects
Commit 412a3900 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #14378 TIME 0:10 fix redirect mass

parent 946d99e8
No related branches found
No related tags found
No related merge requests found
...@@ -122,6 +122,7 @@ export class RedirectActionComponent implements OnInit { ...@@ -122,6 +122,7 @@ export class RedirectActionComponent implements OnInit {
).subscribe(); ).subscribe();
} else { } else {
this.currentEntity = this.entities.filter((entity: any) => entity.state.selected)[0]; this.currentEntity = this.entities.filter((entity: any) => entity.state.selected)[0];
resolve(true);
} }
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment