reset config stv to readonly for automated tags

This commit is contained in:
ma0068
2026-05-11 15:15:06 +02:00
parent 368eded1fd
commit 1b822fc8f8
+4 -4
View File
@@ -142,12 +142,12 @@ $config['stv_prestudent_tags'] = [
'finished_stg' => ['readonly' => false],
'finished_kf' => ['readonly' => false],
'inwork_kf' => ['readonly' => false],
'dd_auto' => ['readonly' => false],
'dd_auto' => ['readonly' => true],
'wh_auto' => ['readonly' => true],
'prewh_auto' => ['readonly' => true],
'out_auto' => ['readonly' => false],
'out_auto' => ['readonly' => true],
'zgv_auto' => ['readonly' => true],
'unterbrecher_auto' => ['readonly' => false],
'unterbrecher_auto' => ['readonly' => true],
'stbtr_erh_auto' => ['readonly' => true],
'jgv_auto' => ['readonly' => false],
'jgv_auto' => ['readonly' => true],
];