-
Bug
-
Resolution: Fixed
-
Major
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
It's possible for system reports to create actions while manually specifying $attributes['title'] - unfortunately this is always overwritten in the action class (here)
The use case is for actions containing dynamic titles according to current row content, e.g. setting the title to "Perform action on ':attribute'" - will attach a patch to demo/reproduce use case we have in Workplace
This is a small regression from MDL-73166 - pinging mikelmartíncorrales for his thoughts!