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

[21.09] Don't change panel view after installing repositories, clean up provider #12677

Merged

Conversation

mvdbeek
Copy link
Member

@mvdbeek mvdbeek commented Oct 8, 2021

Rename site-default-panel-view to panel-view, fetch from store without setting default if set-default is false

Minor follow-up to #12655

How to test the changes?

(Select all options that apply)

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.
  • Instructions for manual testing are as follows:
    1. [add testing steps and prerequisites here if you didn't write automated tests covering all your changes]

License

@mvdbeek mvdbeek added kind/bug kind/enhancement kind/refactoring cleanup or refactoring of existing code, no functional changes area/admin labels Oct 8, 2021
@mvdbeek mvdbeek added this to the 21.09 milestone Oct 8, 2021
@mvdbeek mvdbeek requested a review from jmchilton October 8, 2021 16:26
@@ -2,7 +2,7 @@
<ConfigProvider class="d-flex flex-column" v-slot="{ config }">
<ToolPanelViewProvider
v-slot="{ currentPanel, currentPanelView }"
:site-default-panel-view="config.default_panel_view"
:panel-view="config.default_panel_view"
Copy link
Member

Choose a reason for hiding this comment

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

The admin side of this looks closer with this PR. I mean this kind of reads to me like this should override their selection with this. But again... this is better than it was so I'm an approve on this PR.

@dannon dannon merged commit ba5f76d into galaxyproject:release_21.09 Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/admin kind/bug kind/enhancement kind/refactoring cleanup or refactoring of existing code, no functional changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants