Bug #5413
open
Course list bug: impossible to jump to the next page
Added by Frederic Raes over 10 years ago.
Updated over 10 years ago.
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
- Target version set to LCMS 3.1
- Priority changed from Normal to High
- 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);
}
Also available in: Atom
PDF