This commit is contained in:
Johann Hoffmann
2024-08-27 15:30:17 +02:00
parent c9471c344d
commit d03678e3dc
2 changed files with 20 additions and 3 deletions
@@ -230,9 +230,6 @@ export default {
return val ? link : ' ';
}
}, {
field: 'unruly',
title: this.$p.t('studierendenantrag', 'antrag_unruly')
}, {
field: 'dms_id',
title: this.$p.t('studierendenantrag', 'antrag_dateianhaenge'),
+20
View File
@@ -2281,6 +2281,26 @@ $phrases = array(
)
)
),
array(
'app' => 'core',
'category' => 'person',
'phrase' => 'unruly',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Unerwünscht',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Unruly',
'description' => '',
'insertvon' => 'system'
)
)
),
//**************** CORE/lehre
array(