mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
Adapted empfehlung to be human readable
ja/nein/- instead of boolean/null Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
@@ -33,6 +33,8 @@ $this->load->view(
|
||||
'tabelleneinstellungen',
|
||||
'keineDatenVorhanden',
|
||||
'spaltenEinstellen',
|
||||
'ja',
|
||||
'nein'
|
||||
),
|
||||
'person' => array(
|
||||
'student',
|
||||
|
||||
@@ -106,7 +106,7 @@ $filterWidgetArray = array(
|
||||
url:function(cell){return "'. current_url() .'/download?dms_id=" + cell.getData().dms_id},
|
||||
target:"_blank"
|
||||
}},
|
||||
empfehlung_anrechnung: {headerFilter:"input", align:"center", formatter: format_nullToMinus},
|
||||
empfehlung_anrechnung: {headerFilter:"input", align:"center", formatter: format_empfehlung_anrechnung},
|
||||
status_kurzbz: {visible: false},
|
||||
status_bezeichnung: {headerFilter:"input"}
|
||||
}', // col properties
|
||||
|
||||
Reference in New Issue
Block a user