Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kenianbei’s picture

Assigned: Unassigned » kenianbei
kenianbei’s picture

Status: Active » Needs review
FileSize
952 bytes
oenie’s picture

Status: Needs review » Needs work

All occurrences replaced, but still issue stated below:

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.phpundefined
@@ -1148,7 +1148,7 @@ function build_condition($where = 'where') {
+  function getNonAggregates() {

Add protected access modifier in front of the function to adhere to the new OOP standards.

jerdavis’s picture

Status: Needs work » Needs review
FileSize
962 bytes

Re-roll for comments in #3

oenie’s picture

Status: Needs review » Reviewed & tested by the community

Looks fine to me now !

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 0d9ed85 and pushed to 8.x. Thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.