Verlinkungen zu Editoren eingebaut

This commit is contained in:
Matthias Grief
2025-01-01 14:42:07 +01:00
parent b691520f8d
commit 7764c626b9
5 changed files with 67 additions and 10 deletions

View File

@@ -31,6 +31,8 @@ if (isset($_GET['subject']) && isset($_GET['topic'])) {
$defaultValues['relatedTopics'] = implode(", ", $editingTopic->getRelatedTopics());
$defaultValues['article'] = $editingTopic->getFinishedArticle();
}
} else if(isset($_GET['subject'])) {
$defaultValues['subjectId'] = $_GET['subject'];
}
if($_SERVER['REQUEST_METHOD'] == 'POST') {