adds more filter options for the ProfilUpdateView

This commit is contained in:
SimonGschnell
2024-04-11 11:20:32 +02:00
parent 4fc4cd762d
commit 2b68831415
5 changed files with 62 additions and 62 deletions
@@ -480,9 +480,6 @@ class ProfilUpdate extends Auth_Controller
public function getProfilUpdateWithPermission($status = null)
{
// early return if no status has been passed as argument
if (!isset($status)) {
echo json_encode($this->ProfilUpdateModel->getProfilUpdateWithPermission());