mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
MDL-79629 core_question: Improve autocomplete categories UI
This commit is contained in:
parent
e9afd7f072
commit
2ea44fb45e
5 changed files with 2 additions and 20 deletions
|
@ -307,6 +307,7 @@ class category_condition extends condition {
|
|||
'value' => '',
|
||||
'title' => $heading,
|
||||
'disabled' => true,
|
||||
'classes' => 'suggestions-heading',
|
||||
];
|
||||
foreach ($catlist as $key => $value) {
|
||||
$values[] = (object) [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue