Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.5
-
Fix Version/s: 1.9.7
-
Component/s: Forum, JavaScript
-
Labels:None
-
Difficulty:Easy
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Description
AJAX rating does not work in single forum. In file forum/view.php is not include the libraries for AJAX.
I fix it adding the next lines in view.php:
require_js(array('yui_yahoo', 'yui_event', 'yui_dom', 'yui_connection', 'yui_json'));
require_js($CFG->wwwroot . '/mod/forum/rate_ajax.js');
Thanks
Attachments
Issue Links
- has been marked as being related by
-
MDL-29333 JSON Parse Error in Forum
-
- Closed
-