You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/03/08 03:09:17 UTC

[GitHub] [cloudstack] nvazquez commented on a change in pull request #6066: UI: Fix issue on volume snapshots wizard

nvazquez commented on a change in pull request #6066:
URL: https://github.com/apache/cloudstack/pull/6066#discussion_r821284440



##########
File path: ui/src/views/storage/TakeSnapshot.vue
##########
@@ -145,7 +153,7 @@ export default {
         }
 
         let params = {}
-        params.volumeId = this.resource.id
+        params.volumeId = this.resource.id ? this.resource.id : this.oldResource.id

Review comment:
       Awesome, many thanks @utchoang! Have applied your fix and works like a charm




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org