shwstppr commented on a change in pull request #289: view: fix list group action
URL: https://github.com/apache/cloudstack-primate/pull/289#discussion_r410096857
##########
File path: src/views/AutogenView.vue
##########
@@ -726,6 +741,11 @@ export default {
var hasJobId = false
api(this.currentAction.api, params).then(json => {
// set action data for reload tree-view
+ if (this.currentAction.api.startsWith('delete') ||
Review comment:
@rhtyd made the fix for looping+calling API for all selected items when
`ids` parameter is not available.
Also, when `groupAction` is set to `true` and there is selection in list
then we ignore show property of the action.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services