changing the editProfil Modal from an Accordion to a select

This commit is contained in:
SimonGschnell
2024-01-08 15:19:18 +01:00
parent e479a7aa49
commit 5b597dbc31
10 changed files with 227 additions and 124 deletions
@@ -9,8 +9,8 @@ class Profil_change_model extends DB_Model
{
parent::__construct();
$this->dbTable = 'public.tbl_cis_profil_update';
$this->pk = ['uid'];
$this->hasSequence = false;
$this->pk = ['profil_update_id'];
$this->hasSequence = true;
}