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/09/15 11:49:06 UTC

[GitHub] [cloudstack-primate] davidjumani opened a new pull request #716: usermenu: Forgetting path when manually logging out

davidjumani opened a new pull request #716:
URL: https://github.com/apache/cloudstack-primate/pull/716


   Fixes https://github.com/apache/cloudstack-primate/issues/704


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



[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #716: usermenu: Forgetting path when manually logging out

Posted by GitBox <gi...@apache.org>.
rhtyd commented on a change in pull request #716:
URL: https://github.com/apache/cloudstack-primate/pull/716#discussion_r489338867



##########
File path: src/components/header/UserMenu.vue
##########
@@ -66,7 +66,7 @@ export default {
     ...mapGetters(['nickname', 'avatar']),
     handleLogout () {
       return this.Logout({}).then(() => {
-        window.location.reload()
+        this.$router.push('/user/login')
       }).catch(err => {
         this.$message.error({
           title: '错误',

Review comment:
       localise this?




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



[GitHub] [cloudstack-primate] rhtyd merged pull request #716: usermenu: Forgetting path when manually logging out

Posted by GitBox <gi...@apache.org>.
rhtyd merged pull request #716:
URL: https://github.com/apache/cloudstack-primate/pull/716


   


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



[GitHub] [cloudstack-primate] davidjumani commented on pull request #716: usermenu: Forgetting path when manually logging out

Posted by GitBox <gi...@apache.org>.
davidjumani commented on pull request #716:
URL: https://github.com/apache/cloudstack-primate/pull/716#issuecomment-692663717


   @blueorangutan package


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



[GitHub] [cloudstack-primate] blueorangutan commented on pull request #716: usermenu: Forgetting path when manually logging out

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #716:
URL: https://github.com/apache/cloudstack-primate/pull/716#issuecomment-692668158


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian :heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/716 (JID-3475)


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



[GitHub] [cloudstack-primate] blueorangutan commented on pull request #716: usermenu: Forgetting path when manually logging out

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #716:
URL: https://github.com/apache/cloudstack-primate/pull/716#issuecomment-692664214


   @davidjumani a Jenkins job has been kicked to build primate packages. I'll keep you posted as I make progress.


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