Add an sub-tab under Issue to add a summury view

This commit is contained in:
William MARTIN
2011-06-15 09:11:47 +02:00
parent 8e4f828cc6
commit 69ae1c08ef
5 changed files with 204 additions and 1 deletions

View File

@@ -117,6 +117,11 @@ $ctl[] = array('regex' => '#^/p/([\-\w]+)/issues/$#',
'base' => $base,
'model' => 'IDF_Views_Issue',
'method' => 'index');
$ctl[] = array('regex' => '#^/p/([\-\w]+)/issues/summary/$#',
'base' => $base,
'model' => 'IDF_Views_Issue',
'method' => 'summary');
$ctl[] = array('regex' => '#^/p/([\-\w]+)/issues/search/$#',
'base' => $base,