Support from Acquia helps fund testing for Drupal Acquia logo

Comments

broeker’s picture

Assigned: Unassigned » broeker

Working on it

broeker’s picture

broeker’s picture

Ignore this one, wrong patch!

broeker’s picture

Status: Active » Needs review

Oops, ignore comment #3 I was working on two issues and uploaded the wrong patch here.

Status: Needs review » Needs work

The last submitted patch, rename_op_longer-2003566-2.patch, failed testing.

broeker’s picture

Another attempt...

broeker’s picture

Status: Needs work » Needs review
FileSize
1.04 KB

Setting to needs review for testbot

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 » Needs work

Needs a re-roll

curl http://drupal.org/files/views-rename_build_sorts-2002394-7.patch |  git a
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1062  100  1062    0     0   3028      0 --:--:-- --:--:-- --:--:--  6138
error: patch failed: core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php:207
error: core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php: patch does not apply
jibran’s picture

Status: Needs work » Needs review
FileSize
1.04 KB

re-roll
conflict

++<<<<<<< HEAD
 +    $this->buildFilters($form, $form_state);
 +    $this->build_sorts($form, $form_state);
++=======
+     $this->build_filters($form, $form_state);
+     $this->buildSorts($form, $form_state);
++>>>>>>> 7

resolved

 -    $this->build_filters($form, $form_state);
 +    $this->buildFilters($form, $form_state);
-     $this->build_sorts($form, $form_state);
+     $this->buildSorts($form, $form_state);
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 18fad64 and pushed to 8.x. Thanks!

alexpott’s picture

Committed 18fad64 and pushed to 8.x. Thanks!

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