Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hansenm’s picture

Assigned: Unassigned » hansenm
Gung Wang’s picture

Assigned: hansenm » Gung Wang

I take this task.

Gang Wang
SUNY Geneseo

Gung Wang’s picture

Status: Active » Needs review
FileSize
3.25 KB

Uploading patch.

Status: Needs review » Needs work

The last submitted patch, 2002980-3-rename_summaryQuery.patch, failed testing.

heddn’s picture

Status: Needs work » Needs review
aspilicious’s picture

All these functions should start with "protected function ...". They are used internally by argument plugins.

oenie’s picture

Status: Needs review » Needs work
+++ b/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.phpundefined
@@ -803,7 +803,7 @@ function default_summary() {
+  function summaryQuery() {

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/argument/Formula.phpundefined
@@ -45,7 +45,7 @@ function get_formula() {
+  function summaryQuery() {

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/argument/ManyToOne.phpundefined
@@ -161,7 +161,7 @@ function title() {
+  function summaryQuery() {

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/argument/String.phpundefined
@@ -146,7 +146,7 @@ public function buildOptionsForm(&$form, &$form_state) {
+  function summaryQuery() {

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

sillygwailo’s picture

Status: Needs work » Needs review
FileSize
3.32 KB

Re-roll with protected.

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

The last submitted patch, 2002980-rename-summary_query.patch, failed testing.

sillygwailo’s picture

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

#8: 2002980-rename-summary_query.patch queued for re-testing.

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed da5a7ff and pushed to 8.x. Thanks!

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