Fixing the following issues:
Issue 88 Issue 87 Issue 86 Along with some slight fixes
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user