Verlinkungen zu Editoren eingebaut

This commit is contained in:
Matthias Grief
2025-01-01 14:42:07 +01:00
parent 52ffc6694d
commit 362a5034bc
5 changed files with 67 additions and 10 deletions

View File

@@ -15,8 +15,8 @@ $defaultValues['icon'] = "";
$errors = array();
if (isset($_GET['subjectId'])) {
$editingSubject = $allSubjects[$_GET['subjectId']];
if (isset($_GET['subject'])) {
$editingSubject = $allSubjects[$_GET['subject']];
$defaultValues['displayName'] = $editingSubject->getDisplayName();
$defaultValues['id'] = $editingSubject->getId();