+++ 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
Comments
Comment #1
malcomio commentedComment #2
malcomio commentedComment #4
aspilicious commentedShould be "public function useString..."
A file always need to end with a newline
Comment #5
mariafromatoz commentedComment #6
mariafromatoz commentedPatch on #5 is incomplete, please see here a new patch with all the changes necessary.
Comment #7
oenie commentedLooks good to me now !
Comment #8
alexpottCommitted 89f15d2 and pushed to 8.x. Thanks!