Fixed Permission Issues in ConstructionConsentController.php
This commit is contained in:
@@ -507,9 +507,6 @@ class ConstructionConsentController extends mfBaseController {
|
||||
}
|
||||
|
||||
protected function apiAction() {
|
||||
if(!$this->me->is(["Admin","netowner"]) && !$this->me->can("Preorder")) {
|
||||
$this->redirect("Dashboard");
|
||||
}
|
||||
$do = $this->request->do;
|
||||
$data = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user