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

Error on refresh when a tree is open #6694

Open
brumik opened this issue Feb 20, 2020 · 3 comments
Open

Error on refresh when a tree is open #6694

brumik opened this issue Feb 20, 2020 · 3 comments

Comments

@brumik
Copy link

brumik commented Feb 20, 2020

How to reproduce:

Open Service -> Catalog -> Catalog items. Create a new catalog item general. Open the entry point which opens up a tree. Then while the tree is open try to refresh the page.

**Now you have an error message: **
Screenshot from 2020-02-20 15-11-50

To get rid of it you need to restart memchache and restart the development server.

@skateman
@miq-bot add_label bug

@skateman
Copy link
Member

The problem here is that the right-side tree interferes with the left-side tree and upon reload the system gets confused about the correct value of x_active_tree and x_node. The only viable solution I see is to move as much logic as possible to the frontend and so decouple the right-side tree from this session-backed nightmare.

@chessbyte
Copy link
Member

Should be resolved when #6819 is completed

@miq-bot miq-bot added the stale label Feb 27, 2023
@miq-bot
Copy link
Member

miq-bot commented Feb 27, 2023

This issue has been automatically marked as stale because it has not been updated for at least 3 months.

If you can still reproduce this issue on the current release or on master, please reply with all of the information you have about it in order to keep the issue open.

Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation.

@Fryguy Fryguy removed the stale label Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants