-
+
diff --git a/public/js/components/Studierendenantrag/Leitung/Table.js b/public/js/components/Studierendenantrag/Leitung/Table.js
index fa5f50939..5b4320b33 100644
--- a/public/js/components/Studierendenantrag/Leitung/Table.js
+++ b/public/js/components/Studierendenantrag/Leitung/Table.js
@@ -55,7 +55,7 @@ export default {
return this.$api
.call(ApiStudstatusLeitung.getHistory(this.lastHistoryClickedId))
.then(res => {
- this.historyData = res.data.sort((a, b) => a.insertamum > b.insertamum);
+ this.historyData = res.data;
})
.catch(this.$fhcAlert.handleSystemError);
},
diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php
index 472899590..c5fbef387 100644
--- a/system/phrasesupdate.php
+++ b/system/phrasesupdate.php
@@ -24257,6 +24257,26 @@ array(
)
)
),
+ array(
+ 'app' => 'core',
+ 'category' => 'studierendenantrag',
+ 'phrase' => 'status_grund_abgelehnt',
+ 'insertvon' => 'system',
+ 'phrases' => array(
+ array(
+ 'sprache' => 'German',
+ 'text' => 'Grund der Ablehnung:',
+ 'description' => '',
+ 'insertvon' => 'system'
+ ),
+ array(
+ 'sprache' => 'English',
+ 'text' => 'Reason for rejection:',
+ 'description' => '',
+ 'insertvon' => 'system'
+ )
+ )
+ ),
array(
'app' => 'core',
'category' => 'studierendenantrag',