Smart Filter Encoding Fix (#2387)
This commit is contained in:
parent
b6d4938e22
commit
9894a2623c
133 changed files with 677 additions and 471 deletions
|
@ -170,7 +170,7 @@ export class BulkSelectionService {
|
|||
|
||||
private applyFilter(action: ActionItem<any>, allowedActions: Array<Action>) {
|
||||
|
||||
var ret = false;
|
||||
let ret = false;
|
||||
if (action.action === Action.Submenu || allowedActions.includes(action.action)) {
|
||||
// Do something
|
||||
ret = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue