Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add refresh_on_change to tool XSD. #3515

Merged
merged 1 commit into from
Jan 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion lib/galaxy/tools/xsd/galaxy.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1916,7 +1916,7 @@ parameter being described. All the attributes for the ``param`` element are
documented below for completeness, but here are the common ones for each
type are as follows:

$attribute_list:name,type,optional,label,help,argument:4
$attribute_list:name,type,optional,label,help,argument,refresh_on_change:4

### Parameter Types

Expand Down Expand Up @@ -2250,6 +2250,11 @@ but not always the tool's input dataset).
<xs:documentation xml:lang="en"></xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="refresh_on_change" type="PermissiveBoolean">
<xs:annotation>
<xs:documentation xml:lang="en">Force a reload of the tool panel when the value of this parameter changes to allow ``code`` file processing. See deprecation-like notice for ``code`` blocks.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="force_select" type="PermissiveBoolean" gxdocs:deprecated="true">
<xs:annotation>
<xs:documentation xml:lang="en">Used only if the ``type`` attribute
Expand Down