Skip to content
Snippets Groups Projects
Commit 8e0bae5c authored by micha.jakubowski's avatar micha.jakubowski Committed by Ilias Dimopoulos
Browse files

ISAICP-9590: Update CollectionContext.php

parent 957626dc
No related branches found
No related tags found
2 merge requests!214ISAICP-9579: Fix SearchWidget: refer own submit callbacks precisely to prevent...,!212Release 2.3.0
...@@ -126,8 +126,8 @@ public function defaultCollectionValues(BeforeNodeCreateScope $scope): void { ...@@ -126,8 +126,8 @@ public function defaultCollectionValues(BeforeNodeCreateScope $scope): void {
} }
$mapping = [ $mapping = [
'moderation' => ['no' => 0, 'yes' => 1], 'group_moderation' => ['no' => 0, 'yes' => 1],
'content creation' => [ 'content_creation' => [
'facilitators and authors' => ContentCreationOptions::FACILITATORS_AND_AUTHORS, 'facilitators and authors' => ContentCreationOptions::FACILITATORS_AND_AUTHORS,
'members' => ContentCreationOptions::MEMBERS, 'members' => ContentCreationOptions::MEMBERS,
'registered users' => ContentCreationOptions::REGISTERED_USERS, 'registered users' => ContentCreationOptions::REGISTERED_USERS,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment