Uploaded image for project: 'Openmeetings'
  1. Openmeetings
  2. OPENMEETINGS-804

updateRoomWithModerationQuestionsAudioTypeAndHideOptions sets isAudioOnly always to true

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.1 Apache Release
    • 2.2.0 Apache Release, 3.0.0
    • SOAP/REST API
    • None
    • all

    Description

      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, "", "",

      Attachments

        Activity

          People

            solomax Maxim Solodovnik
            ukohnle Uwe Kohnle
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 0.25h
                0.25h
                Remaining:
                Remaining Estimate - 0.25h
                0.25h
                Logged:
                Time Spent - Not Specified
                Not Specified