mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Made "refresh_on_change" work for form select fields.
This commit is contained in:
@@ -47,7 +47,12 @@
|
||||
$row_for_param( $prefix, $input.test_param, $group_state, $group_errors, $context, refresh=True )
|
||||
$do_inputs( $input.cases[$current_case].inputs, $group_state, $group_errors, $prefix, $context )
|
||||
#else
|
||||
$row_for_param( $prefix, $input, $tool_state, $errors, $context )
|
||||
#try
|
||||
#set refresh = $input.refresh_on_change
|
||||
#except
|
||||
#set refresh = False
|
||||
#end try
|
||||
$row_for_param( $prefix, $input, $tool_state, $errors, $context, $refresh )
|
||||
#end if
|
||||
#end for
|
||||
#end def
|
||||
|
||||
Reference in New Issue
Block a user