mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Fix wrong set of actions being passed for list view selects
This commit is contained in:
parent
d4e0fbda83
commit
bd552356b6
@ -1104,7 +1104,7 @@
|
||||
|
||||
$('<tbody>').appendTo($table);
|
||||
|
||||
createHeader(listViewData.fields, $table, actions, { reorder: reorder });
|
||||
createHeader(listViewData.fields, $table, listViewData.actions, { reorder: reorder });
|
||||
createFilters($toolbar, listViewData.filters);
|
||||
createSearchBar($toolbar);
|
||||
|
||||
@ -1124,7 +1124,7 @@
|
||||
},
|
||||
ref: args.ref
|
||||
},
|
||||
actions,
|
||||
listViewData.actions,
|
||||
{
|
||||
context: args.context,
|
||||
reorder: reorder
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user