Open
Description
The show_shared
parameter of get_runs
means that it's not possible to copy filters from the UI and directly use them in get_runs
if runs are shared. This was found while working on the noSim server.
There should be a None
option added to show_shared
, in addition to the existing True
and False
. When None
is used the client shouldn't secretly modify the filters provided by the user and just use the provided filters as-is.