[
https://issues.apache.org/jira/browse/AIRAVATA-3277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16995841#comment-16995841
]
ASF subversion and git services commented on AIRAVATA-3277:
-----------------------------------------------------------
Commit ba7c70ffc2c1e55ef5e6d7a08dc93fa52e7869eb in airavata-django-portal's
branch refs/heads/master from Marcus Christie
[ https://gitbox.apache.org/repos/asf?p=airavata-django-portal.git;h=ba7c70f ]
AIRAVATA-3277 Dispatch valid/invalid whenever valid changes
Whether input is valid could change either because the value is
invalid or the metadata, like isRequired, have changed.
> BUG: Cascading required input file can be ignored at experiment creation and
> clone
> ----------------------------------------------------------------------------------
>
> Key: AIRAVATA-3277
> URL: https://issues.apache.org/jira/browse/AIRAVATA-3277
> Project: Airavata
> Issue Type: Sub-task
> Components: Django Portal
> Affects Versions: 0.18
> Environment: https://seagrid.org/
> Reporter: Eroma
> Assignee: Marcus Christie
> Priority: Major
> Fix For: 0.19
>
>
> 1. A input file with 'Required' tag is available in the application based on
> a prior option selected by the user.
> 2. Al though the file is required user can save and launch the application
> without the file.
> Example input config:
> {code}
> {
> “editor”: {
> “dependencies”: {
> “show”: {
> “Search IDs”: {
> “comparison”: “equals”,
> “value”: “Uploading my own”
> }
> },
> “showOptions”: {
> “toggle”: [
> “isRequired”
> ]
> }
> }
> }
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)