commit/galaxy-central: jgoecks: Fix URL generation bug when dictifying tools.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/47188cc45d18/ changeset: 47188cc45d18 user: jgoecks date: 2012-08-20 15:57:25 summary: Fix URL generation bug when dictifying tools. affected #: 1 file diff -r ddabb9a875cb27d172d499d979a329e0f682164e -r 47188cc45d188e433f3e109710c3cfb1b8e23697 lib/galaxy/tools/__init__.py --- a/lib/galaxy/tools/__init__.py +++ b/lib/galaxy/tools/__init__.py @@ -2631,7 +2631,7 @@ if for_link: # Create tool link. if not self.tool_type.startswith( 'data_source' ): - link = url_for( controller='tool_runner', tool_id=self.id ) + link = url_for( '/tool_runner', tool_id=self.id ) else: link = url_for( self.action, **self.get_static_param_values( trans ) ) 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.
participants (1)
-
Bitbucket