[hg] galaxy 2352: Fix bug in DrillDownSelectToolParamter
details: http://www.bx.psu.edu/hg/galaxy/rev/15743050a944 changeset: 2352:15743050a944 user: James Taylor <james@jamestaylor.org> date: Mon Apr 20 13:22:19 2009 -0400 description: Fix bug in DrillDownSelectToolParamter 1 file(s) affected in this change: lib/galaxy/tools/parameters/basic.py diffs (12 lines): diff -r 9c185604c32a -r 15743050a944 lib/galaxy/tools/parameters/basic.py --- a/lib/galaxy/tools/parameters/basic.py Mon Apr 20 13:14:06 2009 -0400 +++ b/lib/galaxy/tools/parameters/basic.py Mon Apr 20 13:22:19 2009 -0400 @@ -990,7 +990,7 @@ initial_values.append( option['value'] ) recurse_options( initial_values, option['options'] ) # More working around dynamic options for workflow - if self.need_late_validation( trans, other_values ): + if self.need_late_validation( trans, context ): # Really the best we can do? return UnvalidatedValue( None ) initial_values = []
participants (1)
-
Nate Coraor