davidjumani commented on a change in pull request #5219:
URL: https://github.com/apache/cloudstack/pull/5219#discussion_r679640231



##########
File path: ui/src/utils/plugins.js
##########
@@ -64,7 +64,8 @@ export const pollJobPlugin = {
         status: 'progress'
       })
 
-      options.originalPage = options.originalPage ? options.originalPage : 
this.$router.currentRoute.path
+      const originalPageReceive = originalPage || 
this.$router.currentRoute.path

Review comment:
       ```suggestion
         const originalPageReceive = options.originalPage || 
this.$router.currentRoute.path
   ```
   
   Can remove `originalPage = null` on 57
   This way it will refresh only on the current / parent page




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to