Forgot to add the model filter parameter to the timeline action which
basically rendered the complete navigation useless.
This commit is contained in:
parent
39c29dbe10
commit
80e965a904
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user