-
Bug
-
Resolution: Fixed
-
Minor
-
2.2
-
MOODLE_22_STABLE
-
MOODLE_22_STABLE
-
MDL-30428-master-1 -
With portfolios enabled, viewing previous chat logs there's a <br/> missing between 'See this session' and 'Export to portfolio' (see screenshot)
The 'See this session' is produced with an echo at mod/chat/report.php line 231
The 'Export to portfolio' link is produced by a render function which only outputs if any portfolio plugins are actually enabled.
As a result, it's not just a case of adding an
echo html_writer::empty_tag('br');
|
as if portfolios are enabled, but no portfolio plugins are, the newline would still be present.
- has been marked as being related by
-
MDL-30465 Backport MDL-30428 to 2.x stable branches
- Closed
- will help resolve
-
MDLQA-1245 CLONE - Past chat sessions can be made available for everyone to view
- Passed