Fixing the following issues:

Issue 88
Issue 87
Issue 86

Along with some slight fixes
This commit is contained in:
Nathan Adams
2014-12-29 21:38:22 -06:00
parent 660df0f5d5
commit 3ccdcf666b
7 changed files with 79 additions and 3 deletions

View File

@@ -531,6 +531,11 @@ $ctl[] = array('regex' => '#^/admin/projects/createrequest/(\d+/)?$#',
'model' => 'IDF_Views_Admin',
'method' => 'projectRequestCreate');
$ctl[] = array('regex' => '#^/admin/projects/rejectrequest/(\d+)/$#',
'base' => $base,
'model' => 'IDF_Views_Admin',
'method' => 'projectRequestReject');
$ctl[] = array('regex' => '#^/admin/projects/(\d+)/delete/$#',
'base' => $base,
'model' => 'IDF_Views_Admin',