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

runfix: e2ei basic device enrollment [WPB-9816] #17444

Merged
merged 4 commits into from
May 23, 2024

Conversation

PatrykBuniX
Copy link
Contributor

Description

Improves the handling of displaying the enrollment modal for an existing client after enabling the e2ei feature.

Screenshots/Screencast (for UI changes)

Checklist

  • PR has been self reviewed by the author;
  • Hard-to-understand areas of the code have been commented;
  • If it is a core feature, unit tests have been added;

Copy link

sonarcloud bot commented May 22, 2024

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
20.0% Duplication on New Code

See analysis details on SonarCloud

const isNotActivated = identity?.status === MLSStatuses.NOT_ACTIVATED;
const isBasicDevice = identity?.credentialType === CredentialType.Basic;

const isFirstE2EIActivation = !storedE2eActivatedAt && (!identity || isNotActivated || isBasicDevice);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The boolean did exist before, it didn't take basic devices into account while deciding whether it should execute the task immediately.

@PatrykBuniX PatrykBuniX merged commit b1c722a into release/q1-2024 May 23, 2024
11 checks passed
@PatrykBuniX PatrykBuniX deleted the runfix/e2ei-basic-device-enrollment branch May 23, 2024 09:16
github-actions bot pushed a commit that referenced this pull request May 23, 2024
* Revert "fix: show enrollment modal for existing clients after e2ei activation [WPB-9816] (#17422)"

This reverts commit 72c8c63.

* runfix: show modal for a basic device

* runfix: old client can snooze the enrollment

* test: enrollment for basic credential type
otto-the-bot added a commit that referenced this pull request May 23, 2024
* Revert "fix: show enrollment modal for existing clients after e2ei activation [WPB-9816] (#17422)"

This reverts commit 72c8c63.

* runfix: show modal for a basic device

* runfix: old client can snooze the enrollment

* test: enrollment for basic credential type

Co-authored-by: Patryk Górka <patrykbunix@gmail.com>
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.

3 participants