Skip to content
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

feat: Do not allow multi accounts features for clientSide konnectors #1406

Merged
merged 2 commits into from
Jan 20, 2022

Conversation

doubleface
Copy link
Contributor

Our client side konnectors launcher does not handle multiple
sessions for the same konnector yet.

We choose to deactive multi account feature for client side konnectors
at the moment.

Resolves https://trello.com/c/HoTn7eGr/119-%F0%9F%9A%80%F0%9F%8F%A0-e87-d%C3%A9sactiver-le-multi-compte-sur-les-connecteurs-c%C3%B4t%C3%A9-clients-05-jh

Our client side konnectors launcher does not handle multiple
sessions for the same konnector yet.

We choose to deactive multi account feature for client side konnectors
at the moment.
@doubleface doubleface requested a review from Crash-- January 4, 2022 10:29
@@ -118,7 +118,7 @@ export class AccountModal extends Component {
return (
<>
<KonnectorModalHeader konnector={konnector}>
{showAccountSelection ? (
{showAccountSelection && !konnector.clientSide ? (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't we use the showAccountSelection props directly since it already does that same thing?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. Now i define this visibility in the upper level. I removed the unit tests

Copy link
Contributor

@Crash-- Crash-- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lint issue I think. but 👍

@doubleface doubleface force-pushed the feat/HarvestNoMultiAccountClientSide branch from 4d429e7 to 72b524d Compare January 20, 2022 09:14
@doubleface doubleface merged commit 8d67b3d into master Jan 20, 2022
@doubleface doubleface deleted the feat/HarvestNoMultiAccountClientSide branch January 20, 2022 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants