Fixed map for preorderfront user

This commit is contained in:
Frank Schubert
2023-03-31 12:47:12 +02:00
parent fad034ac02
commit 20e6318e03
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -652,7 +652,7 @@ class PreorderController extends mfBaseController {
}
protected function apiAction() {
if(!$this->me->is(["Admin","netowner","salespartner"])) {
if(!$this->me->is(["Admin","netowner","salespartner","preorderfront"])) {
$this->redirect("Dashboard");
}
$do = $this->request->do;