Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikedotexe’s picture

Assigned: Unassigned » mikedotexe

Working on this in Portland as a first patch with the mentors provided here

mikedotexe’s picture

Status: Active » Closed (fixed)
FileSize
2.1 KB

There were only 3 changes to make, so I'm marking it as fixed

oenie’s picture

Status: Closed (fixed) » Needs work
+++ b/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.phpundefined
@@ -287,7 +287,7 @@ function get_elements() {
+  function elementClasses($row_index = NULL) {

Add public access modifier in front of the function to adher to the new OOP standards.

FredericoT’s picture

Status: Needs work » Needs review
FileSize
1.71 KB
oenie’s picture

Looks fine to me now ! Once the patch passed testbot, it's RTBC for me.

oenie’s picture

Status: Needs review » Needs work

Hate to do this ... Unfortunately we need a reroll, the patch doesn't apply anymore.

SpartyDan’s picture

Assigned: mikedotexe » Unassigned
Status: Needs work » Needs review
FileSize
1.72 KB

re-roll

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Perfect, there are non other instances available.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed cd486a6 and pushed to 8.x. Thanks!

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