-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
3.6.1
-
None
-
MOODLE_36_STABLE
When attempting to add a permission to an activity (in this case, add an email on quiz submission, as per - https://docs.moodle.org/36/en/Quiz_submission_email_notification), the first time I click the `+` sign, I see a Type error. Clearing the error and returning gets me to the dialog bot as expected:
`Cannot read property 'filter' of undefined`
```
TypeError: Cannot read property 'filter' of undefined at HTMLBodyElement.<anonymous> (
https://demomoodle.pexipacademy.com/lib/requirejs.php/1547352868/core/first.js:16:2194
) at HTMLBodyElement.e (
) at HTMLBodyElement.dispatch (
) at HTMLBodyElement.q.handle (
) at Object.trigger (
) at HTMLBodyElement.<anonymous> (
) at Function.each (
) at r.fn.init.each (
) at r.fn.init.trigger (
) at m (
https://demomoodle.pexipacademy.com/lib/requirejs.php/1547352868/core/first.js:16:439
)
```
- duplicates
-
MDL-64523 "Cannot read property 'filter' of undefined" when editing/overriding permissions
-
- Closed
-