Noten Tab: header/inline edit

This commit is contained in:
cgfhtw
2024-11-29 08:42:36 +01:00
parent 3457309d63
commit cf6cc97475
4 changed files with 99 additions and 26 deletions
@@ -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
]
];