[
https://issues.apache.org/jira/browse/OPENMEETINGS-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maxim Solodovnik resolved OPENMEETINGS-1339.
--------------------------------------------
Resolution: Fixed
Fix Version/s: 4.0.0
> 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)