mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-36257 forms Make selectyesno output hidden substitution on freezing
This commit is contained in:
parent
7e8ae12a7a
commit
88be30c28c
@ -51,7 +51,7 @@ class MoodleQuickForm_selectyesno extends MoodleQuickForm_select{
|
||||
{
|
||||
HTML_QuickForm_element::HTML_QuickForm_element($elementName, $elementLabel, $attributes, null);
|
||||
$this->_type = 'selectyesno';
|
||||
|
||||
$this->_persistantFreeze = true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user