-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CB-4561 te UI dynamic connection credentials based on the users team #2381
CB-4561 te UI dynamic connection credentials based on the users team #2381
Conversation
…c-connection-credentials-based-on-the-users-team
…c-connection-credentials-based-on-the-users-team
…c-connection-credentials-based-on-the-users-team
601ac75
to
d321a87
Compare
…s-based-on-the-users-team
…c-connection-credentials-based-on-the-users-team
…c-connection-credentials-based-on-the-users-team
readonly, | ||
disabled, | ||
}) { | ||
if (!properties) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably properties is not an optional field then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
items={availableAuthModels} | ||
keySelector={model => model!.id} | ||
valueSelector={model => model!.displayName} | ||
titleSelector={model => model?.description} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like the model is defined here and we dont need ?. here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added isNotNullDefined filter
...connectionKey, | ||
selectedSecretId: secretId, | ||
}); | ||
state.exception = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably we want to set exception to null before we try to init connection?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually it doesn't matter here because we will hide exception message while connecting
@@ -19,4 +19,8 @@ export default [ | |||
['settings_connections_hide_connections_view_description', 'Показывать подключения только администраторам'], | |||
|
|||
['connections_public_connection_ssl_enable', 'Включить SSL'], | |||
|
|||
['plugin_connections_connection_form_shared_credentials_manage_info', 'Вы можете указать учетные данные в '], | |||
['plugin_connections_connection_form_shared_credentials_manage_info_tab_link', 'табе "Учетные данные"'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
во вкладке "Учетные данные"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
No description provided.