Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
24 May 2013 at 03:10 UTC
Updated:
29 Jul 2014 at 22:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ishadakota commentedComment #2
ishadakota commentedComment #3
gung wang commentedI take it.
Comment #4
oenie commentedAdd public access modifier in front of the function to adher to the new OOP standards.
Comment #5
oenie commentedComment #6
zschmid commentedadding public access modifier
Comment #7
zschmid commentedComment #8
oenie commentedSorry to throw this back again, but it seems we've missed a spot:
core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php, Line 1670:
'method' => 'aggregation_method_distinct'Comment #9
zschmid commentedWoops - good catch. sorry about that. here's an updated patch.
Comment #10
zschmid commentedComment #11
oenie commentedLooks good to me now !
Comment #12
alexpottCommitted e504933 and pushed to 8.x. Thanks!