Skip to content
Snippets Groups Projects
Commit 6a2e4ae0 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #12091 TIME 0:30 fixed basket default process tab stayed on dashboard

parent 593e64cd
No related branches found
No related tags found
No related merge requests found
......@@ -379,7 +379,9 @@ export class ListAdministrationComponent implements OnInit {
changeEventList(ev: any) {
if (ev.value === 'processDocument') {
this.selectedProcessTool = 'dashboard';
this.selectedProcessTool = {
defaultTab: 'dashboard'
};
} else {
this.selectedProcessTool = null;
}
......
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