Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Launch With Disabling for Checker Workflows (#341)
* Fix Launch With Disabling for Checker Workflows dockstore/dockstore#1548 Fix case when disabling of launch with FireCloud/DNAstack buttons did not happen when it should have, when you select the checker workflow by clicking View Checker when on the parent. Events seem to fire in a different order when selecting a checker workflow that way. Add a call to checkWdlForImportsAndSetFirecloudUrl in setupPublicEntry(). To avoid too many calls to fetch secondary files, store the last time workflow and version that was queried, and make sure we don't query twice for the same workflow/version. Less than perfect, but will will redo in dockstore/dockstore#1575.
- Loading branch information