inc/rest/routes/ApprovalRoutes.php
@@ -41,11 +41,11 @@ $this->termTypes = []; $this->allTypes = []; if ($this->hasMemberApproval) { $this->userTypes = Registrar::getFeatured('approve_new', 'user'); $this->userTypes = Registrar::withFeature('approve_new', 'user'); $this->allTypes = $this->userTypes; } if (Site::has('term_approval')) { $this->termTypes = Registrar::getFeatured('approve_new', 'term'); $this->termTypes = Registrar::withFeature('approve_new', 'term'); $this->allTypes[] = 'term'; } }