mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
Merge branch 'feature-60973/komponente_fuer_lehrfaecherverteilung' into demo
# Conflicts: # public/js/components/Tag/Tag.js
This commit is contained in:
@@ -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],
|
||||
];
|
||||
Reference in New Issue
Block a user