-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add proper entity query support #794
base: 2.x
Are you sure you want to change the base?
Conversation
0697d17
to
cb4b363
Compare
074daad
to
7895d96
Compare
Codecov Report
@@ Coverage Diff @@
## 2.x #794 +/- ##
=========================================
Coverage 43.91% 43.91%
Complexity 3021 3021
=========================================
Files 342 342
Lines 11114 11114
=========================================
Hits 4881 4881
Misses 6233 6233
|
If somebody could RTBC this on Drupal.org, that might speed up the merge of this fix |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@mxr576 , @shishir-intelli will validate and respond on drupal.org ticket. |
@mxr576 Done |
The fix was merged, waiting for a tagged release: https://www.drupal.org/project/entity/issues/3332956 |
This is a follow up on #790 which aim was hot fixing only. The scope of this PR is finalizing the task by adding similar level of entity query support as content entity types have in Drupal core.
Remaining tasks:
PS.: