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

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

Vasiliy Degtyarev created OPENMEETINGS-1339:
-----------------------------------------------

             Summary: 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


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)