Neseek77 / openmeetings

Automatically exported from code.google.com/p/openmeetings
1 stars 0 forks source link

Default maximum number of participants for an event/appointment room #1574

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When creating/adding an event through the calendar, the default maximum number 
of participants for that room is always 8. Can this be modified so this is a 
parameter in the administration page or at the minimum change this to at least 
25 participants? 

Right now, I believe the default value of 8 is hard coded in the java code: 
app.org.openmeetings.app.data.calendar.management.AppointmentLogic.java's 
saveAppointment method.

Thank you.

Alvin

Original issue reported on code.google.com by aalimbuy...@bellsouth.net on 16 Nov 2011 at 5:16

GoogleCodeExporter commented 8 years ago
Correction. The java files is 
org.openmeetings.app.data.calendar.management.AppointmentLogic.java

Original comment by aalimbuy...@bellsouth.net on 16 Nov 2011 at 5:51

GoogleCodeExporter commented 8 years ago

Original comment by seba.wag...@gmail.com on 16 Nov 2011 at 6:00

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r4580.

add new config key "calendar.conference.rooms.default.size"
Fixes issue 1574

Original comment by seba.wag...@gmail.com on 17 Nov 2011 at 2:58

GoogleCodeExporter commented 8 years ago

Original comment by seba.wag...@gmail.com on 17 Nov 2011 at 2:58

GoogleCodeExporter commented 8 years ago
Default is now 50

Original comment by seba.wag...@gmail.com on 17 Nov 2011 at 2:59