Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2014 at 12:26 UTC
Updated:
29 Jul 2014 at 23:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
znerol commentedComment #3
znerol commentedAlso fix
LocalTaskIntegrationTest.Comment #4
znerol commentedReroll, no changes.
Comment #5
dawehnerPerfect!
Comment #7
znerol commentedReroll after #2221065: Rename default 'cache' cache bin to 'default'.
Comment #8
dawehnerre-rtbc
Comment #10
znerol commented7: 2223615-use-request-stack-in-local-task-action-7.diff queued for re-testing.
Comment #11
dawehnerre-rtbc
Comment #13
znerol commentedReroll after #2228291: Move all plugin and other discovery data into a cache_discovery bin
Comment #14
dawehnerStill fine.
Comment #15
alexpottCommitted bd468f2 and pushed to 8.x. Thanks!
Comment #16
alexpottLooks like the https://drupal.org/node/2026025 could do with an update
Comment #18
znerol commented@alexpot: see #2236207: Use router request context instead of request service in system breadcrumb builder and also the other child issues of #2223189: Use regular upstream HttpKernel instead of Drupal's custom.
Comment #20
yesct commentedthis issue took out where $request was used, but didn't take out where it was set.
core/tests/Drupal/Tests/Core/Menu/LocalTaskIntegrationTest.php
$request = $this->getMock('Symfony\Component\HttpFoundation\Request');
I suppose taking out the now unused var in #2081153: Remove unused local variables from core/tests is fine.
adding that as a related issue to this.