-
Notifications
You must be signed in to change notification settings - Fork 38
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
SWC-7152, SWC-7151 #5579
Conversation
src/main/java/org/sagebionetworks/web/server/servlet/UserAccountServiceImpl.java
Show resolved
Hide resolved
@@ -77,6 +74,15 @@ public VersionHistoryWidget getVersionHistoryWidget() { | |||
return versionHistoryWidget; | |||
} | |||
|
|||
public ProjectDataAvaiilability getProjectDataAvailabilityWidget() { | |||
if (projectDataAvailabilityWidget == null) { |
There was a problem hiding this comment.
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
@@ -900,4 +901,5 @@ public interface PortalGinInjector extends Ginjector { | |||
TrustCenterPresenter getTrustCenterPresenter(); | |||
ChatPresenter getChatPresenter(); | |||
PlansPresenter getPlansPresenter(); | |||
ProjectDataAvaiilability getProjectDataAvaiilability(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo Availability
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was quick!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.