-
Bug
-
Resolution: Fixed
-
Minor
-
2.5.3, 2.6, 2.7
-
MOODLE_25_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
MDL-43266-master-nomerge5 -
-
13
-
FRONTEND Sprint 10
Edit PDF plugin is adding files to dataroot/filedir during the moodle installation process, the same followed by phpunit and behat. When phpunit and behat resets the dataroot we clean all the contents of filedir so the files are still in the database but not in dataroot, accessing the Edit PDF admin settings page results in a fatal error when looking for the files that are supposed to be there. The files created during the moodle installation should remain in the database after the reset.
As a solution I propose to store a list of the dataroot files present after the installation, and avoid cleaning those files when resetting the dataroot.
Adding also 2.5 as affected branch as 3rd party plugins adding files during the installation processes are also affected.
- blocks
-
MDL-42025 Edit PDF: Add behat tests
-
- Closed
-