Revision: 3929
Author: seba.wagner
Date: Sat Jul 2 04:55:42 2011
Log: Fixes: Recording Button not visible for SOAP Login
http://code.google.com/p/openmeetings/source/detail?r=3929
Modified:
/trunk/singlewebapp/src/app/org/openmeetings/app/hibernate/beans/basic/SOAPLogin.hbm.xml
=======================================
---
/trunk/singlewebapp/src/app/org/openmeetings/app/hibernate/beans/basic/SOAPLogin.hbm.xml
Sun Mar 6 04:58:31 2011
+++
/trunk/singlewebapp/src/app/org/openmeetings/app/hibernate/beans/basic/SOAPLogin.hbm.xml
Sat Jul 2 04:55:42 2011
@@ -19,5 +19,6 @@
<property name="clientURL" type="string" column="client_url"/>
<property name="roomRecordingId" type="long"
column="room_recording_id"/>
<property name="landingZone" type="string" column="landing_zone"/>
+ <property name="allowRecording" type="boolean"
column="allow_recording"/>
</class>
</hibernate-mapping>
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.