MDL-80180 admin: added readonly support for multicheckbox
This commit is contained in:
@@ -3265,6 +3265,7 @@ class admin_setting_configmulticheckbox extends admin_setting {
|
||||
$context = (object) [
|
||||
'id' => $this->get_id(),
|
||||
'name' => $this->get_full_name(),
|
||||
'readonly' => $this->is_readonly(),
|
||||
];
|
||||
|
||||
$options = array();
|
||||
|
||||
Reference in New Issue
Block a user