mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
WIP
This commit is contained in:
@@ -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'),
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user