Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 May 2013 at 00:54 UTC
Updated:
29 Jul 2014 at 22:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
phenaproximaComment #2
phenaproximaComment #3
munizjor commentedRan successful test creating a new view.
Comment #5
chustedde commented#2: views-2002270-addHaving.patch queued for re-testing.
Comment #6
oenie commentedAdd public access modifier in front of the function to adher to the new OOP standards.
Comment #7
zschmid commentedadding public access modifier
Comment #8
oenie commentedLooks fine to me now !
Comment #9
alexpottThis function does not seem to be called anywhere... is it needed?
Comment #10
dawehnerYes that's true there is no place currently in core which calls this function.
To be honest I can't think of a usecase of a having expression without using a snippet (like addHavingExpression() allows you)
as you always need an aggregation function. I would go with dropping support for it.
Comment #11
aspilicious commented:)
Comment #12
vito_a commentedComment #13
vito_a commentedremoving it
Comment #14
dawehnerIf we really see that someone is using it we can readd it. This will not break any api in the future.
Comment #15
webchickCommitted and pushed to 8.x. Thanks!
Moving to Views for the change notice.
Comment #16
xjmWe'll create a single change notice in #1856630: [Change notice] [META] Rename Views methods to core standards.