Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.6.2
-
Fix Version/s: 1.8
-
Component/s: Database activity module
-
Labels:None
-
Affected Branches:MOODLE_16_STABLE
-
Fixed Branches:MOODLE_18_STABLE
Description
The template fields get filtered twice, once by display_browse_field() and then again by data_print_template. The filtering should only be done by data_print_template.
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-9462 | Data activity "file" field's output should be filtered - since MDL-6635 it's not |
|
|
|
The original reason was to clean the javascript from the final output, but it is now allowed so I removed the second formatting of the final newtext...
thanks for the report!