Save / restore project labels for the forge.

This commit is contained in:
Thomas Keller
2011-12-06 20:39:15 +01:00
parent 0d410605f9
commit 63bc47e7b7
6 changed files with 172 additions and 0 deletions

View File

@@ -478,6 +478,11 @@ $ctl[] = array('regex' => '#^/admin/projects/(\d+)/$#',
'model' => 'IDF_Views_Admin',
'method' => 'projectUpdate');
$ctl[] = array('regex' => '#^/admin/projects/labels/$#',
'base' => $base,
'model' => 'IDF_Views_Admin',
'method' => 'projectLabels');
$ctl[] = array('regex' => '#^/admin/projects/create/$#',
'base' => $base,
'model' => 'IDF_Views_Admin',