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 2013/09/25 05:57:03 UTC

[jira] [Resolved] (OPENMEETINGS-804) updateRoomWithModerationQuestionsAudioTypeAndHideOptions sets isAudioOnly always to true

     [ https://issues.apache.org/jira/browse/OPENMEETINGS-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Solodovnik resolved OPENMEETINGS-804.
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.0 Apache Release
                   3.0.0 Apache Release
         Assignee: Maxim Solodovnik

revision 1526101

Thanks for the detailed report
                
> updateRoomWithModerationQuestionsAudioTypeAndHideOptions sets isAudioOnly always to true
> ----------------------------------------------------------------------------------------
>
>                 Key: OPENMEETINGS-804
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-804
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: SOAP/REST API
>    Affects Versions: 2.1.1 Apache Release
>         Environment: all
>            Reporter: Uwe Kohnle
>            Assignee: Maxim Solodovnik
>             Fix For: 3.0.0 Apache Release, 2.2.0 Apache Release
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> i mentioned a bug in RoomWebService.java in public Long updateRoomWithModerationQuestionsAudioTypeAndHideOptions.
> Boolean isAudioOnly is not in roomManager.updateRoomInternal. This is the reason why updateRoomWithModerationQuestionsAudioTypeAndHideOptions sets isAudioOnly always to true.
> roomManager.updateRoomInternal(room_id, roomtypes_id,
> name, ispublic, comment, numberOfPartizipants, null,
> appointment, isDemoRoom, demoTime, isModeratedRoom,
> null, allowUserQuestions, true, true, false, "", "",
> Last line should be changed to:
> null, allowUserQuestions, isAudioOnly, true, false, "", "",

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira