[
https://issues.apache.org/jira/browse/AIRAVATA-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16772279#comment-16772279
]
ASF subversion and git services commented on AIRAVATA-2983:
-----------------------------------------------------------
Commit 6ac27bb8bac75cde72851e11ca58039b39487a95 in airavata-django-portal's
branch refs/heads/master from Marcus Christie
[ https://gitbox.apache.org/repos/asf?p=airavata-django-portal.git;h=6ac27bb ]
AIRAVATA-2983 Adding checkbox-input-editor
> Experiment input editors: checkboxes
> ------------------------------------
>
> Key: AIRAVATA-2983
> URL: https://issues.apache.org/jira/browse/AIRAVATA-2983
> Project: Airavata
> Issue Type: Sub-task
> Reporter: Marcus Christie
> Priority: Major
>
> Example metadata
> {code:javascript}
> {
> "editor": {
> "ui-component-id": "checkbox-input-editor",
> "config": {
> "options": [
> {
> "value": "a",
> "text": "A label"
> },
> {
> "value": "b",
> "text": "B label"
> },
> {
> "value": "c",
> "text": "C label"
> }
> ]
> }
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)