Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Gung Wang’s picture

Assigned: Unassigned » Gung Wang

I take it.

Gung Wang’s picture

Status: Active » Needs review
FileSize
2.47 KB

Status: Needs review » Needs work

The last submitted patch, 2002356-2-rename_allowAdvancedRender.patch, failed testing.

aspilicious’s picture

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.phpundefined
@@ -89,7 +89,7 @@ public function init(ViewExecutable $view, DisplayPluginBase $display, array &$o
+  function allowAdvancedRender() {

Should be protected function ...

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/field/PrerenderList.phpundefined
@@ -114,7 +114,7 @@ function get_items($values) {
+  function allowAdvancedRender() {

Same

SpartyDan’s picture

Status: Needs work » Needs review
FileSize
2.49 KB

added protected function and re-rolled

elvis2’s picture

Status: Needs review » Reviewed & tested by the community

Looks good.

Reviewed patch based on the following criteria: http://drupal.org/node/1856630#comment-7450696

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed e55477f and pushed to 8.x. Thanks!

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