fixed some saves
This commit is contained in:
parent
30d115399f
commit
1d866945f3
@ -115,7 +115,7 @@ public class NotificationsPanel extends Panel {
|
|||||||
for (WebNotification webnotification : webNotificationDao
|
for (WebNotification webnotification : webNotificationDao
|
||||||
.getWebNotifications(SciProSession.get().getUser())) {
|
.getWebNotifications(SciProSession.get().getUser())) {
|
||||||
webnotification.setReadByUser(true);
|
webnotification.setReadByUser(true);
|
||||||
notification = webNotificationDao.save(webnotification);
|
webnotification = webNotificationDao.save(webnotification);
|
||||||
}
|
}
|
||||||
countOfNotifications = numberOfNotificationsModel.getObject();
|
countOfNotifications = numberOfNotificationsModel.getObject();
|
||||||
target.addComponent(webMarkupContainer);
|
target.addComponent(webMarkupContainer);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user