Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
locale.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Apr 2015 at 15:48 UTC
Updated:
30 Apr 2015 at 11:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
fran seva commentedComment #2
fran seva commentedComment #3
pieterjanput commentedComment #4
pieterjanput commentedComment #5
pieterjanput commentedComment #7
pieterjanput commentedComment #8
pieterjanput commentedComment #9
mitrpaka commented$this->redirect() requires route name instead of url.
Use
return $this->redirect('locale.translate_status');to correct it (See locale.routing.yml for details).No additional test needed, covered by Drupal\locale\Tests\LocaleTranslationUiTest
Comment #10
pieterjanput commentedComment #12
fran seva commentedThe patch is good for me
Comment #13
fran seva commentedComment #14
fran seva commentedComment #15
penyaskito+1, thanks for working on it!
Comment #16
alexpottClassifying this cleanup as a bug. This issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed 3d93230 and pushed to 8.0.x. Thanks!
Comment #19
gábor hojtsyThanks!