Merge branch 'feature-60973/komponente_fuer_lehrfaecherverteilung' into demo

# Conflicts:
#	public/js/components/Tag/Tag.js
This commit is contained in:
ma0048
2025-09-03 10:51:56 +02:00
7 changed files with 193 additions and 33 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
$config['lvverwaltung_tags'] = [
'hinweis_stg_kf' => ['readonly' => false],
'hinweis' => ['readonly' => false],
'hinweis_assistenz' => ['readonly' => false],
'finished_stg' => ['readonly' => false],
'finished_kf' => ['readonly' => true],
'inwork_kf' => ['readonly' => true],
];