java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/communication/user/profile/GetFavoritesAction.java
... ...
@@ -29,6 +29,7 @@ public class GetFavoritesAction implements SailingAction<FavoritesResult> {
29 29
getDidOptOutOfFeatureAndCommunityEmails(ctx));
30 30
}
31 31
32
+ @GwtIncompatible
32 33
private boolean getDidOptOutOfFeatureAndCommunityEmails(SailingDispatchContext ctx) {
33 34
return ctx.getSecurityService().getCurrentUser().getDidOptOutOfFeatureAndCommunityEmails();
34 35
}
java/com.sap.sse.gwt/META-INF/MANIFEST.MF
... ...
@@ -31,6 +31,7 @@ Import-Package: com.sap.sse.branding.shared,
31 31
org.osgi.framework,
32 32
org.osgi.util.tracker
33 33
Export-Package: com.google.gwt.user.client.rpc.core.java.util,
34
+ com.google.gwt.view.client,
34 35
com.sap.sse.common.impl,
35 36
com.sap.sse.gwt.client,
36 37
com.sap.sse.gwt.client.async,
java/com.sap.sse.gwt/src/com/sap/sse/gwt/client/notification.css
... ...
@@ -10,7 +10,7 @@
10 10
bottom: 0;
11 11
left: 50%;
12 12
transform: translateX(-50%);
13
- z-index: 1001;
13
+ z-index: 100;
14 14
}
15 15
16 16
.notification_bar_mobile {
... ...
@@ -18,5 +18,5 @@
18 18
top: 0;
19 19
left: 50%;
20 20
transform: translateX(-50%);
21
- z-index: 1001;
21
+ z-index: 100;
22 22
}
... ...
\ No newline at end of file