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

SWC-6923 - Use React implementation for verification rejection dialog #5520

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

nickgros
Copy link
Contributor

No description provided.

Comment on lines -1 to -3
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

husky - DEPRECATED

Please remove the following two lines from .husky/pre-commit:

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

They WILL FAIL in v10.0.0

@@ -425,22 +434,14 @@ public void suspendVerification() {
}

private void rejectSuspendVerification() {
RejectReasonWidget promptModal = ginInjector.getRejectReasonWidget();
Copy link
Member

Choose a reason for hiding this comment

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

Can RejectReasonWidget be deleted?

Copy link
Contributor Author

@nickgros nickgros Sep 16, 2024

Choose a reason for hiding this comment

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

It's still used by some data access request widgets, though those may also be deletable

@nickgros nickgros marked this pull request as ready for review September 20, 2024 16:04
@nickgros nickgros merged commit 62597f5 into Sage-Bionetworks:develop Sep 20, 2024
3 checks passed
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