Support from Acquia helps fund testing for Drupal Acquia logo

Comments

toddtomlinson’s picture

Assigned: Unassigned » toddtomlinson
toddtomlinson’s picture

Assigned: toddtomlinson » Unassigned
Status: Active » Needs review
FileSize
4.52 KB

Patch attached to change get_aggregation_info to getAggregationInfo.

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

The last submitted patch, views.core-change_get_aggregation_info-2002892-02.patch, failed testing.

oenie’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/query/QueryPluginBase.phpundefined
@@ -86,7 +86,7 @@ function add_signature(ViewExecutable $view) { }
+  function getAggregationInfo() { }

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.phpundefined
@@ -1647,7 +1647,7 @@ function add_signature(ViewExecutable $view) {
+  function getAggregationInfo() {

Add public access modifier in front of the functions to adher to the new OOP standards.

core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ConfigItem.php, line 220:

$aggregate = $executable->query->get_aggregation_info();

And it seems you forgot a reference to the method in a different module.

JeroenT’s picture

Status: Needs work » Needs review
FileSize
5.28 KB

Patch attached to change get_aggregation_info to getAggregationInfo.

tvlooy’s picture

Duplicate patch. Sorry!

oenie’s picture

Looks fine to me now ! Once the patch passed testbot, it's RTBC for me.

heddn’s picture

Status: Needs review » Reviewed & tested by the community

No mentions of get_aggregation_info any more and applies cleanly. Passed testbot.

heddn’s picture

No mentions of get_aggregation_info and applies cleanly. Passed testbot.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed b06ef6d and pushed to 8.x. Thanks!

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