[
https://issues.apache.org/jira/browse/AIRFLOW-4892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16878545#comment-16878545
]
ASF subversion and git services commented on AIRFLOW-4892:
----------------------------------------------------------
Commit 5eba82c4baa1dfe739d49ec7c2a56f02a8bb9f40 in airflow's branch
refs/heads/v1-10-stable from Ash Berlin-Taylor
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=5eba82c ]
[AIRFLOW-4892] Fix connection creation via UIs (#5527)
The form validation for classic UI was failing with an error on the
(most often hidden) Num Retries field.
RBAC was failing because the form wasn't rendering due to a typo in a
cherry-pick/backport to www_rbac.
> Creation of Connections via UI fails in 1.10.4rc2
> -------------------------------------------------
>
> Key: AIRFLOW-4892
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4892
> Project: Apache Airflow
> Issue Type: Bug
> Components: ui
> Affects Versions: 1.10.4
> Reporter: Felix Uellendall
> Assignee: Ash Berlin-Taylor
> Priority: Major
> Fix For: 1.10.4
>
>
> Via classic UI: When trying to create/save a new connection. The form only
> reloads without saving the connection.
> With RBAC: Error when rendering the connections form:
> {noformat}
> jinja2.exceptions.UndefinedError: 'airflow.www_rbac.forms.ConnectionForm
> object' has no attribute 'extra__grpc__credentials_pem_file'
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)