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

Always use explorer layout in datastores screen #11793

Conversation

mzazrivec
Copy link
Contributor

The process_show_list() routine would change the previously set @lastaction to "show_list".
We need to restore the explorer layout here, otherwise the datastores screen would be incorrectly
rendered with a listnav controls on the left (rather than tree controls).

As a side effect of this fix, the advanced search clear function will work correctly.

https://bugzilla.redhat.com/show_bug.cgi?id=1381614

The process_show_list() would change the previously set @lastaction
to "show_list". We need to restore the explorer layout here, otherwise
the datastores screen would be incorrectly rendered with a listnav
controls on the left (rather than tree controls).

https://bugzilla.redhat.com/show_bug.cgi?id=1381614
@mzazrivec mzazrivec force-pushed the always_use_explorer_layout_in_datastores_screen branch from 6da063f to 034195a Compare October 12, 2016 12:33
@martinpovolny martinpovolny added this to the Sprint 48 Ending Oct 24, 2016 milestone Oct 13, 2016
@martinpovolny martinpovolny merged commit 3992c4c into ManageIQ:master Oct 13, 2016
@mzazrivec mzazrivec deleted the always_use_explorer_layout_in_datastores_screen branch October 13, 2016 12:06
chessbyte pushed a commit that referenced this pull request Oct 13, 2016
…n_datastores_screen

Always use explorer layout in datastores screen
(cherry picked from commit 3992c4c)

https://bugzilla.redhat.com/show_bug.cgi?id=1381614
@chessbyte
Copy link
Member

Euwe Backport details:

$ git log
commit b8ae2894c437c1abed1aeeae6beffe444d39186e
Author: Martin Povolny <[email protected]>
Date:   Thu Oct 13 13:44:22 2016 +0200

    Merge pull request #11793 from mzazrivec/always_use_explorer_layout_in_datastores_screen

    Always use explorer layout in datastores screen
    (cherry picked from commit 3992c4cc93da96a7c3c9cb97ff4f6e4e99166524)

    https://bugzilla.redhat.com/show_bug.cgi?id=1381614

ZitaNemeckova added a commit to ZitaNemeckova/manageiq-ui-classic that referenced this pull request Mar 15, 2018
Closes ManageIQ#996

It cannot rely on @lastaction == 'show_list' because it's always 'explorer'. Introduced in ManageIQ/manageiq#11793
ZitaNemeckova added a commit to ZitaNemeckova/manageiq-ui-classic that referenced this pull request Mar 15, 2018
Closes ManageIQ#996

It cannot rely on @lastaction == 'show_list' because it's always 'explorer'. Introduced in ManageIQ/manageiq#11793
martinpovolny pushed a commit to martinpovolny/manageiq-ui-classic that referenced this pull request Mar 19, 2018
Closes ManageIQ#996

It cannot rely on @lastaction == 'show_list' because it's always 'explorer'. Introduced in ManageIQ/manageiq#11793
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