mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 12:03:12 +01:00
Merge branch 'MDL-82389-master' of https://github.com/ssj365/moodle
This commit is contained in:
commit
2892a03387
@ -372,7 +372,7 @@ class meeting {
|
||||
'disablemic' => 'lockSettingsDisableMic',
|
||||
'disableprivatechat' => 'lockSettingsDisablePrivateChat',
|
||||
'disablepublicchat' => 'lockSettingsDisablePublicChat',
|
||||
'disablenote' => 'lockSettingsDisableNote',
|
||||
'disablenote' => 'lockSettingsDisableNotes',
|
||||
'hideuserlist' => 'lockSettingsHideUserList'
|
||||
];
|
||||
/**
|
||||
|
@ -36,7 +36,7 @@ Feature: Test that the meeting has the right lock setting.
|
||||
| disablemic | 1 | disableMic : enabled |
|
||||
| disableprivatechat | 1 | disablePrivateChat : enabled |
|
||||
| disablepublicchat | 1 | disablePublicChat : enabled |
|
||||
| disablenote | 1 | disableNote : enabled |
|
||||
| disablenote | 1 | disableNotes : enabled |
|
||||
| hideuserlist | 1 | hideUserList : enabled |
|
||||
|
||||
@javascript
|
||||
|
Loading…
x
Reference in New Issue
Block a user