Skip to content
Snippets Groups Projects
Verified Commit 5c1a716f authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #12070 TIME 0:05 add categories back

parent fc18ab6b
No related branches found
No related tags found
No related merge requests found
...@@ -121,16 +121,12 @@ export class IndexationComponent implements OnInit { ...@@ -121,16 +121,12 @@ export class IndexationComponent implements OnInit {
component: action.component, component: action.component,
enabled: action.enabled, enabled: action.enabled,
default: index === 0 ? true : false, default: index === 0 ? true : false,
categoryUse: action.categoryUse categoryUse: action.categories
} }
}); });
return data; return data;
}), }),
tap((data: any) => { tap((data: any) => {
// TO DO : REMOVE AFTER BACK
data.actions[0].categoryUse = ['incoming','outgoing'];
data.actions[1].categoryUse = ['outgoing'];
this.selectedAction = data.actions[0]; this.selectedAction = data.actions[0];
this.actionsList = data.actions; this.actionsList = data.actions;
}), }),
......
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