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-7152, SWC-7151 #5579

Merged
merged 2 commits into from
Nov 13, 2024
Merged

Conversation

jay-hodgson
Copy link
Member

No description provided.

pom.xml Show resolved Hide resolved
@@ -77,6 +74,15 @@ public VersionHistoryWidget getVersionHistoryWidget() {
return versionHistoryWidget;
}

public ProjectDataAvaiilability getProjectDataAvailabilityWidget() {
if (projectDataAvailabilityWidget == null) {
Copy link
Member Author

Choose a reason for hiding this comment

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

SWC-7151: lazy construct when reconfigured

@jay-hodgson
Copy link
Member Author

Resulting error if uploading beyond the project limit:
Screenshot 2024-11-12 at 5 37 52 PM

@@ -900,4 +901,5 @@ public interface PortalGinInjector extends Ginjector {
TrustCenterPresenter getTrustCenterPresenter();
ChatPresenter getChatPresenter();
PlansPresenter getPlansPresenter();
ProjectDataAvaiilability getProjectDataAvaiilability();
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo Availability

Copy link
Member Author

Choose a reason for hiding this comment

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

Renamed

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

That was quick!

Copy link
Contributor

@xschildw xschildw left a comment

Choose a reason for hiding this comment

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

LGTM

@xschildw xschildw merged commit 5a1ac91 into Sage-Bionetworks:release-521 Nov 13, 2024
3 checks passed
jay-hodgson added a commit that referenced this pull request Nov 13, 2024
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