-
Bug
-
Resolution: Fixed
-
Minor
-
4.3.4, 4.4
-
3
-
HQ 2025 Sprint I2 Planning
When using the add_sticky_action_buttons() method with $cancel=true, the buttons are not displayed properly:
Steps to reproduce
- Edit grade/export/grade_export_form.php and set
$this->add_sticky_action_buttons(false, $submitstring);
to
$this->add_sticky_action_buttons(true, $submitstring);
- Go to a Course > Grades > Export.
Expected behaviour
The Cancel button is displayed aligned with the Download button.
Current behaviour
The Cancel button is displayed below the Download button: