Second version of the VileSci interface that allows easily to add more prestudent

to a group or change their stufe
This commit is contained in:
Paolo
2017-03-17 17:31:52 +01:00
parent eb46a7534b
commit b8830667cd
2 changed files with 17 additions and 11 deletions
@@ -27,7 +27,6 @@ class Usersfilters_widget extends Widget
// Studiengaenge
$this->load->model('organisation/Studiengang_model', 'StudiengangModel');
$this->StudiengangModel->resetQuery();
$this->StudiengangModel->addOrder('kurzbzlang');
$studiengaenge = $this->StudiengangModel->loadWhere(array('aktiv' => true));
if (hasData($studiengaenge))