mirror of https://github.com/apache/cloudstack.git
UI: fix bulk delete project with cleanup (#6708)
This commit is contained in:
parent
b831f23f5f
commit
fe16be0408
|
|
@ -158,7 +158,7 @@ export default {
|
|||
},
|
||||
groupAction: true,
|
||||
popup: true,
|
||||
groupMap: (selection) => { return selection.map(x => { return { id: x } }) },
|
||||
groupMap: (selection, values) => { return selection.map(x => { return { id: x, cleanup: values.cleanup || null } }) },
|
||||
args: (record, store) => {
|
||||
const fields = []
|
||||
if (store.apis.deleteProject.params.filter(x => x.name === 'cleanup').length > 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue