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

WIP: Change type restriction of upload tool to all known types #9135

Draft
wants to merge 1 commit into
base: release_19.09
Choose a base branch
from
Draft
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
1 change: 1 addition & 0 deletions tools/data_source/upload.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<filter type="sort_by" column="0"/>
<filter type="add_value" name="Auto-detect" value="auto" index="0"/>
</options>
<validator type="expression"><![CDATA[ tool.app.datatypes_registry.includes(value) ]]></validator>
</param>
<param name="file_count" type="hidden" value="auto" />
<upload_dataset name="files" title="Specify Files for Dataset" file_type_name="file_type" metadata_ref="files_metadata">
Expand Down