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/06/26 15:54:42 UTC

[GitHub] [cloudstack-primate] davidjumani commented on a change in pull request #454: autogenview: store API parameters as router query for history

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



##########
File path: src/views/AutogenView.vue
##########
@@ -381,10 +382,19 @@ export default {
   watch: {
     '$route' (to, from) {
       if (to.fullPath !== from.fullPath && !to.fullPath.includes('action/')) {
-        this.searchQuery = ''
-        this.page = 1
+        if ('q' in to.query) {

Review comment:
       should pick up `query.keyword` instead ?




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