Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
digit-joinup-reference
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ec-europa
digit-joinup-reference
Commits
8e0bae5c
Commit
8e0bae5c
authored
1 month ago
by
micha.jakubowski
Committed by
Ilias Dimopoulos
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
ISAICP-9590: Update CollectionContext.php
parent
957626dc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!214
ISAICP-9579: Fix SearchWidget: refer own submit callbacks precisely to prevent...
,
!212
Release 2.3.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/src/Context/CollectionContext.php
+2
-2
2 additions, 2 deletions
tests/src/Context/CollectionContext.php
with
2 additions
and
2 deletions
tests/src/Context/CollectionContext.php
+
2
−
2
View file @
8e0bae5c
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment