You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/01/10 21:29:40 UTC

[airavata-django-portal] branch develop updated: AIRAVATA-3276 Update comment

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1e50e23  AIRAVATA-3276 Update comment
1e50e23 is described below

commit 1e50e23b7f27460c3083954ec797f98d6d0f02a4
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Jan 10 16:29:23 2020 -0500

    AIRAVATA-3276 Update comment
---
 .../static/django_airavata_api/js/models/InputDataObjectType.js    | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/django_airavata/apps/api/static/django_airavata_api/js/models/InputDataObjectType.js b/django_airavata/apps/api/static/django_airavata_api/js/models/InputDataObjectType.js
index d758773..144602b 100644
--- a/django_airavata/apps/api/static/django_airavata_api/js/models/InputDataObjectType.js
+++ b/django_airavata/apps/api/static/django_airavata_api/js/models/InputDataObjectType.js
@@ -168,11 +168,8 @@ export default class InputDataObjectType extends BaseModel {
    *         ]
    *       },
    *       "showOptions": {        // Optional
-   *         "toggle": [
-   *           "requiredToAddedToCommandLine", // Names of properties on this application
-   *                                           // input to toggle when show changes
-   *           ...
-   *         ]
+   *         "isRequired": true    // Set isRequired to true when shown, false otherwise (Note:
+   *                               // REST API automatically adds and updates this metadata as needed)
    *       }
    *     }
    *   }