Closed (fixed)
Project:
BigBlueButton
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2010 at 21:23 UTC
Updated:
21 Jul 2016 at 11:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
socialnicheguru commentedWhile bbb module shows up under site/update.php, there is no entry there for bbb_views.
I hope this information helps.
Comment #2
owen barton commentedThe bbb module itself has views support and is mostly working (except for #946038: Warnings from views handlers because of bbb module). The bbb_views module does not appear to have been updated as recently, and actually breaks the bbb module views support - I think this should simply be removed. Views support is important, and has no ill effects if views is not available - pushing it out to another module does not add any value (and slows things down).
Attached patch removes unused bbb_views files.
Comment #3
owen barton commentedComment #4
sanduhrsThanks for the patch.