-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.9, 4.2.6, 4.3.3
-
MOODLE_401_STABLE, MOODLE_402_STABLE, MOODLE_403_STABLE
-
MOODLE_402_STABLE, MOODLE_403_STABLE
-
MDL-81320-403 -
Steps to reproduce
- Create a database
- Add a checkbox field with, at least, a couple of options.
- Add a short text field.
- Add an entry to the database, leaving the checkbox empty and adding anything to the short text field.
- Edit the database entry
Expected result
The entry can be edited.
Current result
The following error is displayed:
explode(): Passing null to parameter #2 ($string) of type string is deprecated |
Whoops\Exception\ErrorException
|
.../mod/data/field/checkbox/field.class.php63 |
explode
|
.../mod/data/field/checkbox/field.class.php63 |
data_field_checkbox display_add_field
|
.../mod/data/classes/template.php1000
|
mod_data\template get_field_input
|
.../mod/data/classes/template.php926
|
mod_data\template parse_add_entry
|
.../mod/data/edit.php200
|
- Discovered while testing
-
MDL-70384 Let add database fields dialogues use Bootstrap to look like other pages
- Closed