Project

General

Profile

Bug #19700

Updated by Peter Amstutz over 1 year ago

Sorry I keep finding edge cases... 

 Example: 

 https://workbench2.tordo.arvadosapi.com/processes/tordo-xvhdp-u55x8qxyai66qu3 

 # the "input" parameter is a File object with a http URL.    This is sort of a new requirement but we have a customer that wants to use http URLs in their input and then arvados-cwl-runner downloads the file on the fly.    Workbench 2 seems to end up showing either "No value" or an incorrect link to keep-web.   
 ## I think the easiest thing to do is just render http and https as a regular plain clickable hyperlink; if something shows up in the @location@ field that doesn't start with @keep:@ don't parse it, just render it as a link. 
 # I haven't managed to nail this down but sometimes the JSON tab is empty (it shows "[]") even when things are listed in the "Parameters" tab. 
 # I noticed this reviewing the log scrolling fix for Lucas, but then I checked and it is happening on main as well -- the space reserved for the table is slightly too small, causing a minor amount of scrolling that shouldn't happen, because the panel isn't at maximum horizontal size. 

Back