You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Maxim Solodovnik (JIRA)" <ji...@apache.org> on 2016/03/06 09:01:40 UTC

[jira] [Resolved] (OPENMEETINGS-1339) Poll results shows uncorrectly

     [ 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)