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

Fix tool run uses ellipses slightly too soon #8018

Merged
merged 7 commits into from
Jun 6, 2019

Conversation

WilliamHolden
Copy link
Contributor

fixes #7984

@galaxybot galaxybot added this to the 19.09 milestone May 22, 2019
@@ -68,15 +68,15 @@ var View = Backbone.View.extend({
);
} else {
Galaxy.modal &&
Copy link
Member

Choose a reason for hiding this comment

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

@guerler Do you remember why we needed to have this guard in here? Is it irrelevant now, and safe to drop?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, it should be safe to remove that safe guard now.

@martenson
Copy link
Member

switching to WIPdue to #7984 (comment)

@martenson
Copy link
Member

Galaxy

@dannon dannon merged commit 169e78d into galaxyproject:dev Jun 6, 2019
@dannon dannon added kind/enhancement kind/refactoring cleanup or refactoring of existing code, no functional changes labels Jun 6, 2019
@galaxyproject galaxyproject deleted a comment from galaxybot Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/client area/UI-UX 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.

Tool run uses ellipses slightly too soon
6 participants