You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/08/20 09:01:00 UTC

[GitHub] [cloudstack-primate] davidjumani commented on a change in pull request #599: Fix page navigation error when delete template.

davidjumani commented on a change in pull request #599:
URL: https://github.com/apache/cloudstack-primate/pull/599#discussion_r473788523



##########
File path: src/views/image/TemplateZones.vue
##########
@@ -266,7 +266,10 @@ export default {
           jobId,
           successMethod: result => {
             if (singleZone) {
-              this.$router.go(-1)
+              const isResourcePage = !!(this.$route.params && this.$route.params.id)

Review comment:
       @utchoang `!!` Double not ?




----------------------------------------------------------------
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:
users@infra.apache.org