MDL-68892 mod_h5pactivity: add required to package

This commit is contained in:
Ferran Recio 2020-08-20 17:16:27 +02:00
parent 4a6a2636a0
commit 3565a77362

View file

@ -72,6 +72,7 @@ class mod_h5pactivity_mod_form extends moodleform_mod {
$mform->addElement('filemanager', 'packagefile', get_string('package', 'mod_h5pactivity'), null, $options);
$mform->addHelpButton('packagefile', 'package', 'mod_h5pactivity');
$mform->addRule('packagefile', null, 'required');
// Add a link to the Content Bank if the user can access.
$course = $this->get_course();