Support from Acquia helps fund testing for Drupal Acquia logo

Comments

malcomio’s picture

Assigned: Unassigned » malcomio
malcomio’s picture

Status: Active » Needs review
FileSize
1.78 KB

Status: Needs review » Needs work

The last submitted patch, drupal-rename-use_string_group_by-2002946-2.patch, failed testing.

aspilicious’s picture

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.phpundefined
@@ -402,7 +402,7 @@ function get_value($values, $field = NULL) {
+  function useStringGroupBy() {

Should be "public function useString..."

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.phpundefined
@@ -402,7 +402,7 @@ function get_value($values, $field = NULL) {
\ No newline at end of file

A file always need to end with a newline

mari3.14’s picture

Status: Needs work » Needs review
FileSize
1.41 KB
mari3.14’s picture

Patch on #5 is incomplete, please see here a new patch with all the changes necessary.

oenie’s picture

Title: Rename Views method use_string_group_by() to useStringGroupBy() » Rename Views method lgtm() to useStringGroupBy()
Status: Needs review » Reviewed & tested by the community

Looks good to me now !

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 89f15d2 and pushed to 8.x. Thanks!

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