mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
Noten Tab: header/inline edit
This commit is contained in:
@@ -94,7 +94,10 @@ class Config extends FHCAPI_Controller
|
||||
$result['grades'] = [
|
||||
'title' => $this->p->t('stv', 'tab_grades'),
|
||||
'component' => './Stv/Studentenverwaltung/Details/Noten.js',
|
||||
'showOnlyWithUid' => true
|
||||
'showOnlyWithUid' => true,
|
||||
'config' => [
|
||||
'edit' => 'both', // Possible values: both|header|inline
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user