Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gui] Remember filters when navigate between pages #2913

Merged
merged 1 commit into from
Sep 9, 2020

Conversation

csordasmarton
Copy link
Contributor

No description provided.

Copy link
Collaborator

@gamesh411 gamesh411 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but will try clicking thru some pages as well before accepting.

@@ -1,8 +1,6 @@
<template>
<v-container id="product" fluid>
<keep-alive>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is keep-alive removed? the router-view must be re-rendered now?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you use keep-alive, it will caches the components states. It should be handled properly, when a cached component is showed but something is changed in the URL. It was easier to remove it and initialize it properly when the component is mounted again.

@gamesh411
Copy link
Collaborator

I have rebased to master and there is still a "skip not supported yet" error, so cannot verify atm.

@csordasmarton
Copy link
Contributor Author

Maybe something is stucked. Try to run the make clean target before creating the CodeChecker package.

@gyorb
Copy link
Contributor

gyorb commented Sep 9, 2020

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 13
           

Complexity increasing per file
==============================
- web/server/vue-cli/src/store/modules/url.js  2
         

See the complete overview on Codacy

@gyorb gyorb merged commit 716f5f5 into Ericsson:master Sep 9, 2020
@csordasmarton csordasmarton deleted the remember_filters branch November 6, 2020 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants