Skip to content

Commit

Permalink
Merge pull request #1858 from jmchilton/rerun_new_datasets
Browse files Browse the repository at this point in the history
[16.01] Allow rerun of datasets new yet queued by job manager.
  • Loading branch information
dannon committed Mar 7, 2016
2 parents 8905baf + e14e8a0 commit 0c34d5b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion client/galaxy/scripts/mvc/dataset/dataset-li-edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ var DatasetListItemEdit = _super.extend(
var actions = _super.prototype._renderSecondaryActions.call( this );
switch( this.model.get( 'state' ) ){
case STATES.UPLOAD:
case STATES.NEW:
case STATES.NOT_VIEWABLE:
return actions;
case STATES.ERROR:
Expand Down
2 changes: 1 addition & 1 deletion static/maps/mvc/dataset/dataset-li-edit.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/scripts/bundled/analysis.bundled.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/analysis.bundled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/libs.bundled.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 0c34d5b

Please sign in to comment.