Skip to content

fix(plugin-connection-template): CB-910 unique connection name for te…#333

Merged
Wroud merged 3 commits intodevelfrom
fix/template-connection-name-index
Apr 1, 2021
Merged

fix(plugin-connection-template): CB-910 unique connection name for te…#333
Wroud merged 3 commits intodevelfrom
fix/template-connection-name-index

Conversation

@devnaumov
Copy link
Copy Markdown
Member

…mplate connection

@devnaumov devnaumov requested a review from Wroud April 1, 2021 15:41
Comment on lines +117 to +118
const connectionNames = Array.from(this.connectionInfoResource.data.values())
.map(connection => connection.name);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

const connectionNames = Array.from(this.connectionInfoResource.values)
        .map(connection => connection.name);

@Wroud Wroud merged commit e602203 into devel Apr 1, 2021
@devnaumov devnaumov deleted the fix/template-connection-name-index branch April 6, 2021 16:18
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.

2 participants