getabsoulteurl
Change-Id: I8638a28b22c6ee6dfc4d0dc26f9efdb1242fceef
This commit is contained in:
parent
a380c0f1cd
commit
ef8ad610b5
@ -190,7 +190,7 @@ public class CommentThreadPanel extends Panel {
|
||||
comment = commentDao.save(comment);
|
||||
if (subscriberModels != null) {
|
||||
for (SubscriberModel sm : subscriberModels) {
|
||||
notificationController.createNotificationForComment(sm.getUser(), comment.getComment(),
|
||||
notificationController.notifyForComment(sm.getUser(), comment.getComment(),
|
||||
sm.getNotificationPriority(), title, classId.toString(), sm.getAbsolutePath());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user