Support from Acquia helps fund testing for Drupal Acquia logo

Comments

NonProfit’s picture

Assigned: Unassigned » NonProfit
NonProfit’s picture

Assigned: NonProfit » Unassigned
Status: Active » Needs review
FileSize
1.36 KB

Patch created.

dawehner’s picture

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.phpundefined
@@ -796,7 +796,7 @@ function add_field($table, $field, $alias = '', $params = array()) {
+  function clearFields() {

Should be marked as public

Status: Needs review » Needs work

The last submitted patch, Rename_Views_method-2002422-2.patch, failed testing.

JeroenT’s picture

rename views method clear_fields to clearFields.

JeroenT’s picture

Status: Needs work » Needs review

marking as needs review.

Status: Needs review » Needs work

The last submitted patch, Rename_Views_method_clearFields-2002422-5.patch, failed testing.

aprice42’s picture

Assigned: Unassigned » aprice42
Status: Needs work » Needs review
FileSize
1.38 KB

The submitted patch was wrapped in html. I removed the extra html and resubmitted.

Status: Needs review » Needs work

The last submitted patch, 2002950-chng-use_count_query-5.patch, failed testing.

aprice42’s picture

Looks like the original patch in comment 5 also had html replacement characters inside it and so really broke the code. recreated the changes locally and saved a new patch. I think this should do it.

aprice42’s picture

Status: Needs work » Needs review
dawehner’s picture

Status: Needs review » Reviewed & tested by the community

There are just two instances

aprice42’s picture

Assigned: aprice42 » Unassigned
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 1f684ba and pushed to 8.x. Thanks!

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