1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/cad3884b8729/ changeset: r5132:cad3884b8729 user: rc date: 2011-02-25 22:25:54 summary: Fixed adding an external service to a request type in edit_request_type affected #: 1 file (37 bytes) --- a/lib/galaxy/web/controllers/request_type.py Fri Feb 25 16:12:17 2011 -0500 +++ b/lib/galaxy/web/controllers/request_type.py Fri Feb 25 16:25:54 2011 -0500 @@ -244,7 +244,7 @@ sample_form_id = params.get( 'sample_form_id', 'none' ) external_service_id = params.get( 'external_service_id', 'none' ) # validate - if not name or request_form_id == 'none' or sample_form_id == 'none' or not kwd.has_key( 'state_name_0' ): + if not name or request_form_id == 'none' or sample_form_id == 'none': message = 'Enter the name, request form, sample form and at least one sample state associated with this request type.' return trans.response.send_redirect( web.url_for( controller='request_type', action=action, 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.