Skip to content

Commit

Permalink
Merge pull request #1625 from guerler/fix_upload_000
Browse files Browse the repository at this point in the history
Disable individual file metadata changes in upload
  • Loading branch information
jmchilton committed Feb 1, 2016
2 parents 3deb005 + 399e0ce commit 962fdc0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions client/galaxy/scripts/mvc/upload/default/default-row.js
Expand Up @@ -61,7 +61,6 @@ return Backbone.View.extend({
css: 'upload-genome',
onchange : function(genome) {
self.model.set('genome', genome);
self.app.updateGenome(genome, true);
},
data: self.app.list_genomes,
container: this.$('#genome'),
Expand All @@ -79,7 +78,6 @@ return Backbone.View.extend({
css: 'upload-extension',
onchange : function(extension) {
self.model.set('extension', extension);
self.app.updateExtension(extension, true);
},
data: self.app.list_extensions,
container: this.$('#extension'),
Expand Down
2 changes: 1 addition & 1 deletion static/maps/mvc/upload/default/default-row.js.map

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

4 changes: 2 additions & 2 deletions 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.

0 comments on commit 962fdc0

Please sign in to comment.