MDL-84683 mdl_bigbluebuttonbn: Hide Settings for RecordingsOnly
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -164,6 +164,9 @@ const applyInstanceTypeProfile = (profileType, isFeatureEnabled) => {
|
||||
showFieldset('id_competenciessection', showAll ||
|
||||
isFeatureEnabled(profileType, 'competenciessection'));
|
||||
// Completion validation.
|
||||
showFieldset('id_activitycompletionheader', showAll ||
|
||||
isFeatureEnabled(profileType, 'activitycompletionheader'));
|
||||
// Completion validation.
|
||||
showFormGroup('completionattendancegroup', showAll ||
|
||||
isFeatureEnabled(profileType, 'completionattendance'));
|
||||
// Completion validation.
|
||||
|
||||
@@ -325,7 +325,8 @@ class bigbluebutton_proxy extends proxy_base {
|
||||
'features' => ['showroom', 'welcomemessage', 'voicebridge', 'waitformoderator', 'userlimit',
|
||||
'recording', 'sendnotifications', 'lock', 'preuploadpresentation', 'permissions', 'schedule', 'groups',
|
||||
'modstandardelshdr', 'availabilityconditionsheader', 'tagshdr', 'competenciessection',
|
||||
'completionattendance', 'completionengagement', 'availabilityconditionsheader']
|
||||
'completionattendance', 'completionengagement', 'activitycompletionheader',
|
||||
],
|
||||
],
|
||||
instance::TYPE_RECORDING_ONLY => [
|
||||
'id' => instance::TYPE_RECORDING_ONLY,
|
||||
|
||||
Reference in New Issue
Block a user