Actions
Bug #5413
openCourse list bug: impossible to jump to the next page
Start date:
04/09/2012
Due date:
% Done:
0%
Estimated time:
Complexity:
Normal
Description
When subscribing in different courses, there is a problem with the course list.
In a course category, when I click to jump to the next page, I get the next page of the overall category, not the category I'm in at the moment.
Files
Updated by Frederic Raes about 11 years ago
- Priority changed from Normal to High
Updated by Anonymous about 11 years ago
- Assignee set to Anonymous
In the file: chamilo3/application/weblcms/course/php/lib/course_manager/component/browse.class.php
the following schould code be added:
/** * Returns additional parameters that need to be registered and are used in * every url generated by this component * * @return String[] */ function get_additional_parameters() { return array(self :: PARAM_CATEGORY_ID); }
Actions