Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4
-
Fix Version/s: None
-
Component/s: Exercise
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
I know that the Exercise activity is no longer maintained and will be removed from Moodle core distribution as of version 2.0. However, if someone could fix this small bug it might be helpful for those few people who are actually using Exercise at the moment in 1.9.
In mod/exercise/lib.php line 71 replace
$event->description = $exercise->description;
with
$event->description = $exercise->name;
OR
$event->description = '';
Joseph
PS.- In fact the description field is useless for activities in the event table, it is never used and I think it would be better if it were left empty for all activities which push events to the event table.
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions