Skip to content
Snippets Groups Projects
Commit d5dcbeac authored by User expired's avatar User expired
Browse files

openolat#280: disabled the delete bbb recording column for now

parent 7a0ac984
No related branches found
No related tags found
No related merge requests found
......@@ -192,9 +192,10 @@ public class BigBlueButtonMeetingController extends FormBasicController implemen
new BooleanCellRenderer(new StaticFlexiCellRenderer(translate("table.header.recording.open"), "open-recording", true, true), null)));
if(administrator) {
columnsModel.addFlexiColumnModel(new DefaultFlexiColumnModel(BRecordingsCols.publish));
if(bigBlueButtonManager.getRecordingsHandler().canDeleteRecordings()) {
columnsModel.addFlexiColumnModel(new DefaultFlexiColumnModel("delete", translate("delete"), "delete"));
}
// TODO: @UIBK: Re-enable this after the delete workflow is fixed (to also remove to recording from the presentation server(s))
//if(bigBlueButtonManager.getRecordingsHandler().canDeleteRecordings()) {
// columnsModel.addFlexiColumnModel(new DefaultFlexiColumnModel("delete", translate("delete"), "delete"));
//}
}
recordingTableModel = new BigBlueButtonRecordingTableModel(columnsModel, getLocale());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment