You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jayesh (JIRA)" <ji...@apache.org> on 2016/12/08 20:56:58 UTC

[jira] [Created] (AIRFLOW-688) admin->connection extra value dont show up

Jayesh created AIRFLOW-688:
------------------------------

             Summary: admin->connection extra value dont show up
                 Key: AIRFLOW-688
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-688
             Project: Apache Airflow
          Issue Type: Bug
          Components: ui
            Reporter: Jayesh
            Priority: Minor


steps to recreate
# go to http://localhost:8080/admin/connection/
# create new connection and add this into extra field {code} {"verify": False} {code}
# save the connection, and come back to UI on list of connection
# click on + to see the extra field

It will not show up, but this json string will show up: {code} {"verify": "False"} {code}

basically it does not appear when the value field of the json string is not quoted.

in anycase, extra string gets stored into database, so no issue there.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)