-
Bug
-
Resolution: Fixed
-
Minor
-
2.5.3, 2.6
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
I discovered this while writing Behat tests for MDL-40241.
No matter what I did I could not get the following to work
And I set the following administration settings values:
|
| Enable completion tracking | 1 |
|
And I log out
|
I'd always get the error:
Exception thrown by (//html//*[self::input | self::textarea | self::select][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'hidden')][@id=//label[contains(normalize-space(.), 'Enable completion tracking')]/@for])[1]
|
Unable to submit on a "input" tag.
|
Digging around in the code I think I found the correct fix
- blocks
-
MDL-40241 Default Manager and Teacher role unable to manually mark course as completed
- Closed