-
kyoder β
authored ddd16d08 on 6.x
Issue #3315463 by kyoder: Quiz results markup improvements
-
kyoder β
authored ddd16d08 on 6.x
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
about 1 year ago 5:31pm 3 November 2023 Hi.
This has broken ajax in 'modules/ajax_quiz/ajax_quiz.module' :// Add ajax to each submit button. $nav_children = Element::children($form['navigation']); foreach ($nav_children as $nav_child) { if (isset($form['navigation'][$nav_child]['#type']) && $form['navigation'][$nav_child]['#type'] == 'submit') { $form['navigation'][$nav_child]['#ajax'] = $ajax; } }