--- drupal8.block-module.2027857-21.patch 2013-06-30 03:25:35.000000000 +0200 +++ drupal8.block-module.2027857-29.patch 2013-07-11 19:23:19.425218570 +0200 @@ -1,5 +1,5 @@ diff --git a/core/modules/block/lib/Drupal/block/BlockListController.php b/core/modules/block/lib/Drupal/block/BlockListController.php -index 6a5a2ed..8d87de1 100644 +index b150206..66774a7 100644 --- a/core/modules/block/lib/Drupal/block/BlockListController.php +++ b/core/modules/block/lib/Drupal/block/BlockListController.php @@ -9,6 +9,7 @@ @@ -24,7 +24,7 @@ ); - $links['configure'] = array( - 'title' => t('configure'), -- 'href' => 'admin/structure/block/manage/' . $entity_id . '/configure', +- 'href' => 'admin/structure/block/manage/' . $entity_id, - ); - $links['delete'] = array( - 'title' => t('delete'), @@ -38,7 +38,7 @@ } } } -@@ -274,6 +265,25 @@ public function buildForm(array $form, array &$form_state) { +@@ -274,6 +265,26 @@ public function buildForm(array $form, array &$form_state) { } /** @@ -49,7 +49,7 @@ + $operations = array(); + $operations['configure'] = array( + 'title' => t('configure'), -+ 'href' => $uri['path'] . '/configure', ++ 'href' => $uri['path'], + 'options' => $uri['options'], + ); + $operations['delete'] = array( @@ -57,6 +57,7 @@ + 'href' => $uri['path'] . '/delete', + 'options' => $uri['options'], + ); ++ + return $operations; + } +