update comments
This commit is contained in:
@@ -174,6 +174,8 @@ public class CommentController extends BaseController {
|
||||
vote.setAuthor(getCurrentUsername());
|
||||
voteManager.save(vote);
|
||||
|
||||
commentManager.applyMetadata(getCurrentUsername(), comment);
|
||||
|
||||
return comment;
|
||||
}
|
||||
|
||||
|
||||
@@ -161,6 +161,8 @@ public class EntryController extends BaseController {
|
||||
vote.setAuthor(getCurrentUsername());
|
||||
voteManager.save(vote);
|
||||
|
||||
entryManager.applyMetadata(getCurrentUsername(), entry);
|
||||
|
||||
return entry;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user