moodle/.upgradenotes/MDL-81744-2024100308251816.yml
Mikel Martín b379315c91 MDL-81744 mod_feedback: Improve 'Templates' page UI
- Add new actions to the table in a single action menu.
- Refactor 'usetemplate' module to allow to be called multiple
  times in the same page.
- Remove 'mode' parameter and logic from template management.
- Add a heading to template preview page.
- Add 'Actions' menu to the template preview page.
- Fix related behat scenarios.
2024-10-24 12:22:33 +02:00

12 lines
339 B
YAML

issueNumber: MDL-81744
notes:
mod_feedback:
- message: >-
The 'mode' parameter has been deprecated from 'edit_template_action_bar'
and 'templates_table' contructors.
type: deprecated
- message: >-
The 'use_template' template has been removed as it is not needed
anymore.
type: removed