diff --git a/application/controllers/api/frontend/v1/stv/Students.php b/application/controllers/api/frontend/v1/stv/Students.php
index 9de0c29b1..20d2be90d 100644
--- a/application/controllers/api/frontend/v1/stv/Students.php
+++ b/application/controllers/api/frontend/v1/stv/Students.php
@@ -805,6 +805,7 @@ class Students extends FHCAPI_Controller
$this->PrestudentModel->addSelect('mentor');
$this->PrestudentModel->addSelect('b.aktiv AS bnaktiv');
+ $this->PrestudentModel->addSelect('unruly');
/*$this->PrestudentModel->addSelect('tbl_prestudent.reihungstest_id');
$this->PrestudentModel->addSelect('tbl_prestudent.anmeldungreihungstest');
diff --git a/public/css/components/Detailheader.css b/public/css/components/Detailheader.css
index dde2756f1..a81ec0283 100644
--- a/public/css/components/Detailheader.css
+++ b/public/css/components/Detailheader.css
@@ -1,3 +1,8 @@
.foto-container:hover .fotoedit {
opacity: 1 !important;
+}
+
+.bg-unruly {
+ background-color: #ad1010 !important;
+ color: white;
}
\ No newline at end of file
diff --git a/public/js/components/DetailHeader/DetailHeader.js b/public/js/components/DetailHeader/DetailHeader.js
index 5fe657c49..3e09f376a 100644
--- a/public/js/components/DetailHeader/DetailHeader.js
+++ b/public/js/components/DetailHeader/DetailHeader.js
@@ -228,18 +228,19 @@ export default {
-
- {{headerData[0].titelpre}}
- {{headerData[0].vorname}}
- {{headerData[0].nachname}}
- ,
- {{headerData[0].titelpost}}
-
+
+
+ {{headerData[0].titelpre}}
+ {{headerData[0].vorname}}
+ {{headerData[0].nachname}}
+ ,
+ {{headerData[0].titelpost}}
+
+ unruly
+
- Person ID
- {{headerData[0].person_id}}
- | {{$p.t('lehre', 'studiengang')}}
+ {{$p.t('lehre', 'studiengang')}}
{{headerData[0].stg_bezeichnung}} ({{headerData[0].studiengang}})
| {{$p.t('lehre', 'semester')}}
{{headerData[0].semester}}
@@ -256,11 +257,33 @@ export default {
| Status
{{headerData[0].statusofsemester}}
- | {{$p.t('person', 'matrikelnummer')}}
- {{headerData[0].matr_nr}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
UID
+
+
+
+
+
@@ -326,15 +349,15 @@ export default {
-
+
-
+
-
+
diff --git a/public/js/components/Stv/Studentenverwaltung.js b/public/js/components/Stv/Studentenverwaltung.js
index 1cfcbb1d7..3b759914a 100644
--- a/public/js/components/Stv/Studentenverwaltung.js
+++ b/public/js/components/Stv/Studentenverwaltung.js
@@ -341,8 +341,6 @@ export default {
.catch(this.$fhcAlert.handleSystemError);
},
mounted() {
- //Test manu Systemerror
- //FHC_JS_DATA_STORAGE_OBJECT.systemerror_mailto = 'ma0068@technikum-wien.at';this.$fhcAlert.handleSystemError(1);
this.handlePersonUrl();
},
template: `
diff --git a/public/js/components/Stv/Studentenverwaltung/Details.js b/public/js/components/Stv/Studentenverwaltung/Details.js
index dadb5ea6f..3c19c7cae 100644
--- a/public/js/components/Stv/Studentenverwaltung/Details.js
+++ b/public/js/components/Stv/Studentenverwaltung/Details.js
@@ -72,6 +72,12 @@ export default {
typeHeader="student"
@reload="reloadList"
>
+
P_ID
+
{{students[0].person_id}}
+
MatrNr
+
{{students[0].matr_nr}}
+
PersKz
+
{{students[0].matrikelnr}}