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
1c8b1508
Verified
Commit
1c8b1508
authored
5 months ago
by
Alexandre Dias
Browse files
Options
Downloads
Patches
Plain Diff
ISAICP-8376: Remove skip_menu_creation.
parent
1cd9ebbd
No related branches found
No related tags found
2 merge requests
!197
Release 2.0.2
,
!196
Release 2.0.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/modules/custom/joinup_group/joinup_group.module
+1
-6
1 addition, 6 deletions
web/modules/custom/joinup_group/joinup_group.module
with
1 addition
and
6 deletions
web/modules/custom/joinup_group/joinup_group.module
+
1
−
6
View file @
1c8b1508
...
...
@@ -308,18 +308,13 @@ function joinup_group_node_access(EntityInterface $entity, $operation, AccountIn
}
/**
* Implements hook_ENTITY_TYPE_insert() for
RDF entiti
es.
* Implements hook_ENTITY_TYPE_insert() for
nod
es.
*/
function
joinup_group_node_insert
(
NodeInterface
$group
):
void
{
if
(
!
$group
instanceof
GroupInterface
)
{
return
;
}
// @todo Clean this in ISAICP-8376.
if
(
!
empty
(
$group
->
skip_menu_creation
))
{
return
;
}
// When a group is created, create two new navigation menus and associate them
// with the new collection or solution. These menus can be used to link to
// custom pages, member, overviews, etc. but come with a default set of links
...
...
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