diff --git a/application/config/stv.php b/application/config/stv.php index 4ca40f62b..3090e3f2e 100644 --- a/application/config/stv.php +++ b/application/config/stv.php @@ -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], ];