lirmm / waves-core

WAVES is a reusable web application dedicated to bioinformatic tool integration

Home Page:https://waves-core.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Input samples are visible even when File Input is hidden

bockp opened this issue · comments

When I configure a File Input as being dependent on a certain list value, and that list value is not selected, any Sample files related to that File Input still appears in the window.

image

image

Steps to Reproduce:

  1. Create a service
  2. Create a Submission Method
  3. Create a List input with values on|1 and off|0
  4. Create a File Input without the copy-paste enabled
  5. Set the File input to have a sample file
  6. Set the File input so that Sample dependency is linked to the List Input, with value "1"

If Copy-paste is enabled in the file input, it works as expected :

image
image

Next version was supposed to come with a proper Javascript library managing properly display / hide functionalities. Unfortunately, I didn't find time lately to work on it. Hope will find soon.

I think this has been fixed with release 1.6.5.