You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Uwe Kohnle (JIRA)" <ji...@apache.org> on 2013/09/24 23:12:06 UTC

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

Uwe Kohnle created OPENMEETINGS-804:
---------------------------------------

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


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