mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-04 13:49:29 +00:00
update filtering
This commit is contained in:
@@ -33,7 +33,6 @@ class Gruppen extends FHCAPI_Controller
|
||||
$this->BenutzergruppeModel ->addSelect('generiert');
|
||||
$this->BenutzergruppeModel ->addSelect('uid');
|
||||
$this->BenutzergruppeModel ->addSelect('studiensemester_kurzbz');
|
||||
$this->BenutzergruppeModel ->addSelect('public.tbl_benutzergruppe.insertvon');
|
||||
$this->BenutzergruppeModel ->addJoin('public.tbl_gruppe', 'gruppe_kurzbz');
|
||||
$this->BenutzergruppeModel-> addOrder('bezeichnung', 'ASC');
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
{field: "uid", type: "=", value: this.student.uid},
|
||||
[
|
||||
{field: "studiensemester_kurzbz", type: "=", value: this.currentSemester},
|
||||
{field: "insertvon", type: "=", value: "mlists_generate"}
|
||||
{field: "studiensemester_kurzbz", type: "=", value: null}
|
||||
]
|
||||
],
|
||||
columns: [
|
||||
@@ -45,7 +45,6 @@ export default {
|
||||
}
|
||||
},
|
||||
{title: "UID", field: "uid"},
|
||||
{title: "InsertVon", field: "insertvon", visible: false},
|
||||
{
|
||||
title: 'Aktionen', field: 'actions',
|
||||
minWidth: 150, // Ensures Action-buttons will be always fully displayed
|
||||
@@ -153,7 +152,7 @@ export default {
|
||||
{field: "uid", type: "=", value: this.student.uid},
|
||||
[
|
||||
{field: "studiensemester_kurzbz", type: "=", value: newVal},
|
||||
{field: "insertvon", type: "=", value: "mlists_generate"}
|
||||
{field: "studiensemester_kurzbz", type: "=", value: null}
|
||||
]
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user