bobopinna / moodle-enrol_autoenrol

Auto enrol plugin for Moodle. Forked from markward/enrol_autoenrol and reorganised for direct cloning in Moodle tree
13 stars 22 forks source link

Undefined property: stdClass::$roleid in .../enrol/autoenrol/edit_form.php on line 294 #30

Closed leonstr closed 3 years ago

leonstr commented 3 years ago

If I:

  1. Add an enrol_autoenrol instance to a course, by selecting Add method: Auto enrol from the course Enrolment methods page (enrol/instances.php).
  2. Set Custom Label to a value, e.g. to "AE1".
  3. Click Add method.

Then I get error:

_Notice: Undefined property: stdClass::$roleid in /var/www/html/moodle/enrol/autoenrol/editform.php on line 294

Using Moodle 3.11.3+ (Build: 20210924).