-
Bug
-
Resolution: Fixed
-
Minor
-
2.8.5
-
None
-
MOODLE_28_STABLE
-
MOODLE_28_STABLE
The entry state field state patterns are not displayed. This is caused by a typo in the patterns in the replacement method
$patterns["[[$fieldname::state]]"]
|
which should be
$patterns["[[$fieldname:state]]"]
|