Support from Acquia helps fund testing for Drupal Acquia logo

Comments

phenaproxima’s picture

Assigned: Unassigned » phenaproxima
phenaproxima’s picture

Assigned: phenaproxima » Unassigned
Status: Active » Needs review
FileSize
3.13 KB

Patch attached; for whatever it's worth, it passed all the tests for Views style plugins on my localhost.

oenie’s picture

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.phpundefined
@@ -519,7 +519,7 @@ function render_grouping_sets($sets, $level = 0) {
+  function renderGrouping($records, $groupings = array(), $group_rendered = NULL) {

Add the access modifier public in front of the function declaration. To adher to the new OOP standards and since it's being called directly on an object from the outside (in core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php)

Status: Needs review » Needs work

The last submitted patch, views-2003334-renderGrouping.patch, failed testing.

marlatt’s picture

Status: Needs work » Needs review
FileSize
950 bytes
3.14 KB

Added access modifier.

oenie’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me now !

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed cdb78e0 and pushed to 8.x. Thanks!

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