You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: sample-tracking-status-overview-app/src/main/groovy/life/qbic/portal/sampletracking/DependencyManager.groovy
Copy file name to clipboardexpand all lines: sample-tracking-status-overview-app/src/main/groovy/life/qbic/portal/sampletracking/StatusOverviewApp.groovy
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ class StatusOverviewApp extends QBiCPortletUI {
37
37
// The constructor MUST NOT fail since the user does not get any feedback otherwise.
38
38
try {
39
39
PortalUser user = loadUser()
40
-
log.info("Loading portlet for user: $user.userId - $user.authProviderId")
40
+
log.info("Loading portlet for user: $user.userId - $user.firstName$user.lastName ($user.authProviderId)")
Copy file name to clipboardexpand all lines: sample-tracking-status-overview-app/src/main/groovy/life/qbic/portal/sampletracking/components/AppView.groovy
Copy file name to clipboardexpand all lines: sample-tracking-status-overview-app/src/main/groovy/life/qbic/portal/sampletracking/components/NotificationHandler.groovy
Copy file name to clipboardexpand all lines: sample-tracking-status-overview-app/src/main/groovy/life/qbic/portal/sampletracking/components/StyledNotification.groovy
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ class StyledNotification extends Notification {
0 commit comments