Issue #3196619 by Shashwat Purav, larowlan, paulocs, Elin Yordanov: Typo in the machine name for Container field in ForumController::addForum

(cherry picked from commit 3cb6f37cc1)
merge-requests/2670/head
Alex Pott 2022-11-29 11:55:59 +00:00
parent 30cb762a43
commit 1163080ceb
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 0 additions and 1 deletions

View File

@ -255,7 +255,6 @@ class ForumController extends ControllerBase {
$vid = $this->config('forum.settings')->get('vocabulary');
$taxonomy_term = $this->termStorage->create([
'vid' => $vid,
'forum_controller' => 0,
]);
return $this->entityFormBuilder()->getForm($taxonomy_term, 'forum');
}