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

Automate --> Explorer --> Expand directories issue #14571

Closed
vkuptsov opened this issue Mar 30, 2017 · 9 comments
Closed

Automate --> Explorer --> Expand directories issue #14571

vkuptsov opened this issue Mar 30, 2017 · 9 comments
Assignees
Labels

Comments

@vkuptsov
Copy link

vkuptsov commented Mar 30, 2017

Hi folks,
We have encountered with a problem when you cannot expand directories in Automation domains, it means that when you are trying to expand it - loading circle infinitely. You should refresh the page for viewing expanded tree. You should do it every time when you want to expand it. I have an idea that it can occur due to version jquery library. Euwe 2 uses version of jQuery 3 instead of 2.1.4 in Euwe 1.
manageiq_bug

@h-kataria
Copy link
Contributor

@miq-bot assign @himdel

@miq-bot miq-bot assigned himdel and unassigned h-kataria Mar 30, 2017
@h-kataria
Copy link
Contributor

@himdel can you please take a look, looks like some latest refactoring in the trees caused this issue.

@himdel
Copy link
Contributor

himdel commented Mar 30, 2017

I have an idea that it can occur due to version jquery library. Euwe 2 uses version of jQuery 3 instead of 2.1.4 in Euwe 1.

@vkuptsov Thanks for this!, this would indeed explain the problem.

But it also means we can close this, should be already fixed by #14200 (which is unfortunately not in euwe-2 but it is in euwe).

@himdel
Copy link
Contributor

himdel commented Mar 30, 2017

@vkuptsov would you be able to verify, and close if so, please? :)

@vkuptsov
Copy link
Author

@himdel Thank you for so quick answer! Am I wright I should wait for future Fine release? :-)

@himdel
Copy link
Contributor

himdel commented Mar 31, 2017

@vkuptsov I'm not sure if there's any more Euwe releases coming up, but Fine definitely is :)

Or, you may be able to apply those changes manually, should be a one line change, bower install and a rake evm:assets:compile.. (and probably rake evm:restart).

@vkuptsov
Copy link
Author

@himdel Sorry for that, could you kindly tell me what line should I change?

@himdel
Copy link
Contributor

himdel commented Mar 31, 2017

Of course, if you go to /var/www/miq/vmdb on the appliance, you should see a bower.json file.

Edit it, and you should see a resolutions section at the end .. https://github.com/ManageIQ/manageiq/pull/14200/files shows you what to change in there (careful about the commas, must be exactly like this).

Then, running bower install -F in that directory should install the right version of jQuery, rake evm:assets:compile should recompile assets so that the rails app can use the right version, and rake evm:restart will restart the app so that it picks up those changes.

Hope it helps :)

@vkuptsov
Copy link
Author

@himdel Hi,
thank you for your answer - it really helped me. Now all fine!
Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants