Needs work
Project:
Drupal core
Version:
main
Component:
entity system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2016 at 23:00 UTC
Updated:
16 Mar 2023 at 15:56 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
chx commentedCopypaste from Condition. This breaks the neat little mechanism built starting from QueryFactory down to Tables to make it possible to overwrite QueryFactory with an empty class (!) and have Tables in that namespace picked up automatically.
Comment #3
jibranI think this is just a simple oversight while writing code.
Can be fixed on commit.
Comment #4
chx commentedHere it is without problematic spaces.
Comment #5
berdirLooks fine to me.
Comment #6
catchConditionAggregateBase extends ConditionFundamentals, ConditionFundamentals defines protected $query too. Are we defining it again just to indicate it's the specific class rather than the interface? Otherwise shouldn't be re-defined.
Comment #7
jibranFYI
\Drupal\Core\Entity\Query\Sql\Conditionis also overriding this but I don't know the answer to Maybe @chx can answer that.Comment #17
smustgrave commentedRerolled for 9.5.x
Is this a task more then a bug?
Comment #18
smustgrave commentedProbably help if I uploaded something.
Comment #20
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #21
ranjith_kumar_k_u commentedRerolled #18
#18 failed to apply on 10.1x
error: patch failed: core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php:12
error: core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php: patch does not apply
Comment #22
ranjith_kumar_k_u commentedComment #23
smustgrave commented#17 I should of marked this has needing issue summary update.
Thanks @ranjith_kumar_k_u for posting the errors