Forgot to add the model filter parameter to the timeline action which

basically rendered the complete navigation useless.
This commit is contained in:
Thomas Keller 2010-12-08 02:28:56 +01:00
parent 39c29dbe10
commit 80e965a904

View File

@ -147,7 +147,7 @@ class IDF_Views_Project
array($prj->id));
$pag->sort_order = array('creation_dtime', 'ASC');
$pag->sort_reverse_order = array('creation_dtime');
$pag->action = array('IDF_Views_Project::timeline', array($prj->shortname));
$pag->action = array('IDF_Views_Project::timeline', array($prj->shortname, $model_filter));
$list_display = array(
'creation_dtime' => __('Age'),
'id' => __('Change'),