Project

General

Profile

Actions

Bug #5413

open

Course list bug: impossible to jump to the next page

Added by Frederic Raes about 11 years ago. Updated about 11 years ago.

Status:
New
Priority:
High
Assignee:
-
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

bladeren_categorieen.mp4 (667 KB) bladeren_categorieen.mp4 Frederic Raes, 04/09/2012 12:30
Actions #1

Updated by Frederic Raes about 11 years ago

  • Target version set to LCMS 3.1
Actions #2

Updated by Frederic Raes about 11 years ago

  • Priority changed from Normal to High
Actions #3

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

Also available in: Atom PDF