Uwe Kohnle created OPENMEETINGS-1188:
----------------------------------------
Summary: less data for getRoomById
Key: OPENMEETINGS-1188
URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1188
Project: Openmeetings
Issue Type: Bug
Components: SOAP/REST API
Affects Versions: 3.0.4
Reporter: Uwe Kohnle
Assignee: Maxim Solodovnik
openmeetings 3.0.4 services/RoomService/getRoomById shows this for example
...xsi:type="ax214:RoomDTO">
<ax214:appointment>false</ax214:appointment>
<ax214:comment xsi:nil="true"/>
<ax214:confno xsi:nil="true"/>
<ax214:id>18</ax214:id>
<ax214:name>XXXXXXXXXX</ax214:name>
<ax214:numberOfPartizipants>25</ax214:numberOfPartizipants>
<ax214:roomtype xsi:type="ax215:RoomType">
<ax215:deleted>false</ax215:deleted>
<ax215:fieldvalues_id>1542</ax215:fieldvalues_id>
<ax215:label xsi:nil="true"/>
<ax215:name>restricted</ax215:name>
<ax215:roomtypes_id>3</ax215:roomtypes_id>
<ax215:starttime>2015-02-22</ax215:starttime>
<ax215:updatetime xsi:nil="true"/>
</ax214:roomtype>
</ns:return>
openmeetings 3.0.3 gets much more data for services/RoomService/getRoomById
...xsi:type="ax215:Room">
<ax215:allowFontStyles>true</ax215:allowFontStyles>
<ax215:allowRecording xsi:nil="true"/>
<ax215:allowUserQuestions>true</ax215:allowUserQuestions>
<ax215:appointment>false</ax215:appointment>
<ax215:autoVideoSelect>false</ax215:autoVideoSelect>
<ax215:chatModerated>false</ax215:chatModerated>
<ax215:chatOpened>false</ax215:chatOpened>
<ax215:comment>
</ax215:comment>
<ax215:confno xsi:nil="true"/>
<ax215:currentusers xsi:nil="true"/>
<ax215:deleted>false</ax215:deleted>
<ax215:demoTime>0</ax215:demoTime>
<ax215:externalRoomId xsi:nil="true"/>
<ax215:externalRoomType>XXXXXXX</ax215:externalRoomType>
<ax215:filesOpened>false</ax215:filesOpened>
<ax215:hideActionsMenu>false</ax215:hideActionsMenu>
<ax215:hideActivitiesAndActions>false</ax215:hideActivitiesAndActions>
<ax215:hideChat>false</ax215:hideChat>
<ax215:hideFilesExplorer>false</ax215:hideFilesExplorer>
<ax215:hideScreenSharing>false</ax215:hideScreenSharing>
<ax215:hideTopBar>false</ax215:hideTopBar>
<ax215:hideWhiteboard>false</ax215:hideWhiteboard>
<ax215:isAudioOnly>false</ax215:isAudioOnly>
<ax215:isClosed>false</ax215:isClosed>
<ax215:isDemoRoom>false</ax215:isDemoRoom>
<ax215:isModeratedRoom>true</ax215:isModeratedRoom>
<ax215:ispublic>false</ax215:ispublic>
<ax215:name>XXXXXXX</ax215:name>
<ax215:numberOfPartizipants>150</ax215:numberOfPartizipants>
<ax215:ownerId xsi:nil="true"/>
<ax215:pin xsi:nil="true"/>
<ax215:redirectURL>
</ax215:redirectURL>
<ax215:rooms_id>21</ax215:rooms_id>
<ax215:roomtype xsi:type="ax215:RoomType">
<ax215:deleted>false</ax215:deleted>
<ax215:fieldvalues_id>1542</ax215:fieldvalues_id>
<ax215:label xsi:nil="true"/>
<ax215:name>restricted</ax215:name>
<ax215:roomtypes_id>3</ax215:roomtypes_id>
<ax215:starttime>2014-11-15</ax215:starttime>
<ax215:updatetime xsi:nil="true"/>
</ax215:roomtype>
<ax215:showMicrophoneStatus>false</ax215:showMicrophoneStatus>
<ax215:sipEnabled>false</ax215:sipEnabled>
<ax215:starttime>2015-03-28</ax215:starttime>
<ax215:updatetime>2015-03-28</ax215:updatetime>
<ax215:waitForRecording xsi:nil="true"/>
</ns:return>
Great problem for maintaining a plugin wich uses
updateRoomWithModerationQuestionsAudioTypeAndHideOptions when data is not
present.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)