fixed problem for showing saving results

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@115413 82a268e6-3cf1-43bd-a215-b396298e98cf
Feature/23194
Massimiliano Assante 9 years ago
parent f19cff3d1c
commit 005050a005

@ -99,6 +99,9 @@ public class NotificationSettingsDialog extends Modal {
}
private void showDeliveryResult(boolean success) {
for (CategoryWrapper cat : myCategories) {
cat.removeFromParent();
}
if (success) {
placeholder.add(new HTML("<span style=\"font-size: 20px;\">Notifications Settings saved correctly</span>"));
placeholder.add(new Image(mailSentOK));

@ -90,7 +90,7 @@ public class NotificationsServiceImpl extends RemoteServiceServlet implements No
*/
public String getDevelopmentUser() {
String user = "test.user";
// user = "massimiliano.assante";
user = "massimiliano.assante";
return user;
}
public UserInfo getUserInfo() {

Loading…
Cancel
Save