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-7196 - Use correct GlobalApplicationState singleton instance #5591

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

nickgros
Copy link
Contributor

Note: targeting staging (523)

@@ -27,7 +26,7 @@ public class UploadDialogWidgetV2 extends Widget {

@Inject
public UploadDialogWidgetV2(
GlobalApplicationStateImpl globalApplicationState,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This erroneous injection registered the uploader's drag & drop handler on a new instance of GlobalApplicationStateImpl instead of the singleton.

@nickgros nickgros merged commit 3a0e7f4 into Sage-Bionetworks:release-523 Nov 27, 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