-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 0.19
-
Fix Version/s: 1.5 Larks
-
Labels:None
-
Sprint:1.5 Larks
Security annotations does not works on private methods, just on public interfaces method which can be proxied.
TransactionalLastReadPostService.java
- private int calculatePostIndex(JCUser user, Topic topic, int pageNum, boolean pagingEnabled) {
- private void saveLastReadPost(JCUser user, Topic topic, int postIndex) {
TransactionalPollService.java
- private Poll vote(Poll poll, List<Long> selectedOptionIds, long branchId) {
TransactionalPostService.java
- private void updatePost(Post post, String postContent) (done in scope of
JC-922)
TransactionalTopicService.java