[
https://issues.apache.org/jira/browse/OPENMEETINGS-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15182041#comment-15182041
]
ASF subversion and git services commented on OPENMEETINGS-1339:
---------------------------------------------------------------
Commit 1733794 from [~solomax] in branch 'application/branches/3.1.x'
[ https://svn.apache.org/r1733794 ]
[OPENMEETINGS-1339] poll results are displayed as expected
> Poll results shows uncorrectly
> ------------------------------
>
> Key: OPENMEETINGS-1339
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1339
> Project: Openmeetings
> Issue Type: Bug
> Components: UI
> Affects Versions: 3.1.0
> Reporter: Vasiliy Degtyarev
> Assignee: Maxim Solodovnik
> Fix For: 3.1.1, 4.0.0
>
>
> Create poll and vote with 3 users (two yes, one no)
> Open poll results. Results shows uncorrectly.
> Please see the next code:
> RoomPoll.java:
> @JoinColumn(name = "poll_id")
> private List<RoomPollAnswer> answers;
> RoomPollAnswer.java
> @JoinColumn(name = "room_poll_id")
> private RoomPoll roomPoll;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)