From 1b822fc8f846464079b7300cdd79623368b08fe3 Mon Sep 17 00:00:00 2001 From: ma0068 Date: Mon, 11 May 2026 15:15:06 +0200 Subject: [PATCH] reset config stv to readonly for automated tags --- application/config/stv.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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], ];