Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
node_access_rebuild_progressive-3466401
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
node_access_rebuild_progressive-3466401
Commits
26ef8a23
Commit
26ef8a23
authored
1 year ago
by
Oskari Kulmala
Committed by
Shelane French
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3288770
by robphillips, oakulm: Automated Drupal 10 compatibility fixes
parent
2e9296aa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
node_access_rebuild_progressive.module
+1
-1
1 addition, 1 deletion
node_access_rebuild_progressive.module
with
1 addition
and
1 deletion
node_access_rebuild_progressive.module
+
1
−
1
View file @
26ef8a23
...
...
@@ -37,7 +37,7 @@ function node_access_rebuild_progressive_trigger() {
node_access_needs_rebuild
(
FALSE
);
// Add default grants in the unlikely case
// no modules implement node_grants anymore.
if
(
!
count
(
\Drupal
::
moduleHandler
()
->
hasImplementations
(
'node_grants'
))
)
{
if
(
\Drupal
::
moduleHandler
()
->
hasImplementations
(
'node_grants'
))
{
node_access_rebuild_progressive_set_default
();
return
node_access_rebuild_progressive_finished
();
}
...
...
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