Infocenter: Anzeige inaktive ZGVs als disabled im Dropdown ZGV

This commit is contained in:
ma0068
2022-08-29 15:12:06 +02:00
parent 8292e00aaf
commit 54a1c486c5
4 changed files with 51 additions and 7 deletions
@@ -45,6 +45,14 @@ class Zgv extends API_Controller
}
}
/**
* @return zgv
*/
public function getAllZgv()
{
$this->response($this->Zgv_model->getAllZgv(), REST_Controller::HTTP_OK);
}
/**
* @return void
*/