MDL-81745 mod_feedback: Refactor editor drag and drop

- Remove YUI drag and drop.
- Add new 'mod_feedback\external\questions\reorder' web service.
- Use SortableList JS component to refactor drag and drop, using
  the new webservice.
- Update new SCSS styles
- Fix and create Behat scenarios
This commit is contained in:
Mikel Martín 2024-04-29 15:16:48 +02:00
parent 53c89cb985
commit 801f8cc246
23 changed files with 413 additions and 445 deletions

View file

@ -0,0 +1,5 @@
issueNumber: MDL-81745
notes:
mod_feedback:
- message: Added new `mod_feedback_questions_reorder` external function
type: improved