Support from Acquia helps fund testing for Drupal Acquia logo

Comments

brandon_beeler’s picture

Assigned: Unassigned » brandon_beeler
brandon_beeler’s picture

Status: Active » Needs review
FileSize
2.05 KB

Status: Needs review » Needs work
Issue tags: -Novice, -VDC

The last submitted patch, rename-alter-subquery-condition-2002360-2.patch, failed testing.

SpartyDan’s picture

Status: Needs work » Needs review
Issue tags: +Novice, +VDC
oenie’s picture

Status: Needs review » Needs work
+++ b/core/modules/views/lib/Drupal/views/Plugin/views/relationship/GroupwiseMax.phpundefined
@@ -309,7 +309,7 @@ function left_query($options) {
+  function alterSubqueryCondition(AlterableInterface $query, &$conditions) {

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

SpartyDan’s picture

Status: Needs work » Needs review
FileSize
1.65 KB

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

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Thank you

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 93dadb9 and pushed to 8.x. Thanks!

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