-
Bug
-
Resolution: Fixed
-
Minor
-
3.8.3, 3.8.4, 3.9, 3.9.1, 3.10
-
MOODLE_310_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_38_STABLE, MOODLE_39_STABLE
-
MDL-69112-master -
Basically, if you have an underscore (_) in the root folder name of the zip archive used to upload multiple feedback files, it won't work, and you just get 'No changes' on the next page.
This will happen pretty easily if you have an _ in your assign name (because the default download zip will have a _ in it's root folder).
Something like this:
- Create a course with a few students
- Add an assign that uses file submissions and Feedback files
- For at least two students, make a file submission
- As the teacher or admin, go and Download All submission from the top dropdown
- Open the zip and edit the students files (like marking them up or whatever)
- Rezip it
- Go to the 'Upload multiple feedback files in a zip'
- Upload the new zip and go to the next page
- It will show 'No changes'
- blocks
-
MDL-69386 Add unit tests coverage on importziplib
- Open