-
Bug
-
Resolution: Fixed
-
Blocker
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_26_STABLE
-
MDL-42219-master -
-
BACKEND Sprint 6
When submitting a quiz attempt containing one Essay question.
You need to update your sql to include additional name fields in the user object.
|
line 3598 of /lib/moodlelib.php: call to debugging()
|
line 1543 of /mod/quiz/locallib.php: call to fullname()
|
line 1644 of /mod/quiz/locallib.php: call to quiz_send_notification()
|
line 1757 of /mod/quiz/locallib.php: call to quiz_send_notification_messages()
|
line ? of unknownfile: call to quiz_attempt_submitted_handler()
|
line 154 of /lib/classes/event/manager.php: call to call_user_func()
|
line 88 of /lib/classes/event/manager.php: call to core\event\manager::process_buffers()
|
line 2249 of /lib/dml/moodle_database.php: call to core\event\manager::database_transaction_commited()
|
line 92 of /lib/dml/moodle_transaction.php: call to moodle_database->commit_delegated_transaction()
|
line 192 of /mod/quiz/processattempt.php: call to moodle_transaction->allow_commit()
|
Discovered while testing MDL-41908.
- is a regression caused by
-
MDL-31776 Additional name fields, to allow Asian languages to flexibly display user names in Chinese characters, local phonetic system or Romanization
- Closed