Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix datatype validation of newly built collection
We only request the summary view when polling the history for updates, so we don't serialize elements_datatypes, which is used to make sure that the dragged element is of the correct datatype. This probably fixes https://sentry.galaxyproject.org/share/issue/790be09602694a638d66257004325163/: ``` Message (60007760) Failure preparing job Stack Trace Newest NotFound: cannot find 'ext' File "galaxy/util/template.py", line 87, in fill_template return unicodify(t, log_exception=False) File "galaxy/util/__init__.py", line 1183, in unicodify value = str(value) File "Cheetah/Template.py", line 1053, in __unicode__ return getattr(self, mainMethName)() File "cheetah_DynamicallyCompiledCheetahTemplate_1724455756_31925_91921.py", line 102, in respond ``` where a user provided a collection of HTML elements into a fasta/fastq input. This is the only way I can think of where the validation would fail.
- Loading branch information