1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/4a60baf34969/ changeset: 4a60baf34969 user: carlfeberhard date: 2013-01-25 21:05:38 summary: history panel: fix to edit url in failed_metadata hda smallwarningmessage affected #: 1 file diff -r 982aa4ecc7b5be0d4a4e84b149e47bfc4ef7cc7f -r 4a60baf34969dea43d30b4f18094dfd30c167b25 static/scripts/mvc/dataset/hda-base.js --- a/static/scripts/mvc/dataset/hda-base.js +++ b/static/scripts/mvc/dataset/hda-base.js @@ -483,7 +483,9 @@ _render_body_failed_metadata : function( parent ){ //TODO: the css for this box is broken (unlike the others) // add a message box about the failure at the top of the body... - parent.append( $( HDABaseView.templates.failedMetadata( this.model.toJSON() ) ) ); + parent.append( $( HDABaseView.templates.failedMetadata( + _.extend( this.model.toJSON(), { urls: this.urls } ) + ))); //...then render the remaining body as STATES.OK (only diff between these states is the box above) this._render_body_ok( parent ); }, Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.