Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
graphql_compose
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
project
graphql_compose
Merge requests
!103
3499476 Remove external dependency on node_access_test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
3499476 Remove external dependency on node_access_test
issue/graphql_compose-3499476:3499476-nodeaccesstestaddfield-has-been
into
2.3.x
Overview
0
Commits
2
Pipelines
3
Changes
2
Merged
Al Munnings
requested to merge
issue/graphql_compose-3499476:3499476-nodeaccesstestaddfield-has-been
into
2.3.x
5 months ago
Overview
0
Commits
2
Pipelines
3
Changes
2
Expand
Closes
#3499476
0
0
Merge request reports
Compare
2.3.x
version 1
109c63d3
5 months ago
2.3.x (base)
and
latest version
latest version
9b0facf5
2 commits,
5 months ago
version 1
109c63d3
1 commit,
5 months ago
2 files
+
23
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/Plugin/GraphQL/DataProducer/EntityLoadRevision.php
+
1
−
1
Options
@@ -127,7 +127,7 @@ class EntityLoadRevision extends DataProducerPluginBase implements ContainerFact
if
(
!
$entity
instanceof
RevisionableInterface
)
{
return
$entity
;
}
;
}
$entity_id
=
$entity
->
id
();
$entity_type_id
=
$entity
->
getEntityTypeId
();
Loading