Skip to content

Commit

Permalink
MDL-81745 mod_feedback: Refactor editor drag and drop
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
roland04 committed Oct 24, 2024
1 parent c1a46ba commit eb11937
Show file tree
Hide file tree
Showing 22 changed files with 342 additions and 445 deletions.
5 changes: 5 additions & 0 deletions .upgradenotes/MDL-81745-2024060507174301.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
issueNumber: MDL-81745
notes:
mod_feedback:
- message: Added new `mod_feedback_questions_reorder` external function
type: improved
59 changes: 0 additions & 59 deletions mod/feedback/ajax.php

This file was deleted.

2 changes: 1 addition & 1 deletion mod/feedback/amd/build/edit.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mod/feedback/amd/build/edit.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions mod/feedback/amd/build/local/repository.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions mod/feedback/amd/build/local/repository.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eb11937

Please sign in to comment.