mirror of https://github.com/apache/cloudstack.git
multiEdit, action pre-filter: pass 'actions' in options object
This commit is contained in:
parent
6a1d384761
commit
685a8a72ce
|
|
@ -240,6 +240,7 @@
|
|||
|
||||
// Action filter
|
||||
var allowedActions = options.preFilter ? options.preFilter({
|
||||
actions: $.map(actions, function(value, key) { return key; }),
|
||||
context: $.extend(true, {}, options.context, {
|
||||
multiRule: [data],
|
||||
actions: $.map(actions, function(value, key) { return key; })
|
||||
|
|
|
|||
Loading…
Reference in New Issue