mconf / bigbluebutton

BigBlueButton is an open source web conferencing system for distance education
www.bigbluebutton.org
40 stars 33 forks source link

Do not allow two layouts with the same name #288

Open mconf-daileon opened 8 years ago

mconf-daileon commented 8 years ago

Author Name: Felipe Cecagno (Felipe Cecagno) Original Redmine Issue: 1825, http://dev.mconf.org/redmine/issues/1825 Original Date: 2015-10-23


In this scenario, it's impossible to use one of them.

fcecagno commented 8 years ago

Implemented by @RafaFP here: https://github.com/RafaFP/bigbluebutton/tree/fix-1825

It's not a good idea to check each one of the existing pre-defined layouts as you did on the LayoutManager. Doesn't the LayoutModel contain the pre-defined layouts? Also we could use a better solution than a new TitleWindow to capture the answer from the user, the same we do for the record button and the quit button.