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

PGP key list input fix #13038

Merged
merged 2 commits into from
Nov 4, 2021
Merged

PGP key list input fix #13038

merged 2 commits into from
Nov 4, 2021

Conversation

zofskeez
Copy link
Contributor

@zofskeez zofskeez commented Nov 3, 2021

Originally reported #12056

This fix addresses an issue where the number of PGP Key inputs was not matching the key shares number in the initialization form on change.

image

@vercel vercel bot temporarily deployed to Preview – vault November 3, 2021 21:40 Inactive
@vercel vercel bot temporarily deployed to Preview – vault-storybook November 3, 2021 21:40 Inactive
@Monkeychip Monkeychip added the ui label Nov 4, 2021
@@ -128,4 +128,26 @@ module('Integration | Component | pgp list', function(hooks) {
'lengthening the list with an array with one base64 converted files'
);
});

test('it should render correct amount of file components on listLength change', async function(assert) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for adding test coverage!

Copy link
Contributor

@Monkeychip Monkeychip left a comment

Choose a reason for hiding this comment

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

We'll want to add the backport label and set the milestone to the backport version we target (TBD).

Thank you for tackling this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants