You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
UI doesn't have the option to choose input directory when the input is of Generic data type.
What is the current bug behavior?
UI doesn't have the option to enter/choose the name of the input file of Generic datatype .
What is the expected correct behavior?
Ability to choose the stored files of generic data type.
Steps to reproduce
Create a new plugin with a input of type generic datatype. If you try to access the same plugin in workflow window , UI doesn't have the option to enter/choose the name of the input file.
Relevant screenshots and/or logs
(Insert screenshots or paste any relevant logs - please use code blocks (```) to format console output,
logs, and code as it's very hard to read otherwise.)
Just took a look, it seems that the handling of the generic data type is missing in the workflow detail component. The fix should be easy, but I am unsure about which version you are working with: I see 3.1.0 in the footer, but this version has been released yet and would include SSO, which I don't see here. @mohamedOuladi can you provide some insight about the version that is deployed on CI?
@MyleneSimon The version deployed on CI is indeed 3.1.0 but it's not really the same as the one you have released. The instance deployed is the refactored WIPP-frontend from my fork (doesn't include SSO yet) and I had to upgrade the version to follow the semantic versioning convention per Sunny's request. Thank you for spotting the issue with the workflow detail component, I will work on the fix and redeploy on our CI.
Summary
UI doesn't have the option to choose input directory when the input is of Generic data type.
What is the current bug behavior?
UI doesn't have the option to enter/choose the name of the input file of Generic datatype .
What is the expected correct behavior?
Ability to choose the stored files of generic data type.
Steps to reproduce
Create a new plugin with a input of type generic datatype. If you try to access the same plugin in workflow window , UI doesn't have the option to enter/choose the name of the input file.
Relevant screenshots and/or logs
(Insert screenshots or paste any relevant logs - please use code blocks (```) to format console output,
logs, and code as it's very hard to read otherwise.)
Environment info
(WIPP version, web browser, deployment info)
Web browser : Google chrome
Deployment : http://wipp-ui.ci.aws.labshare.org/
CC @Nicholas-Schaub @sunnielyu
The text was updated successfully, but these errors were encountered: