Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
content_translation.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Dec 2013 at 17:29 UTC
Updated:
29 Jul 2014 at 23:12 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
gábor hojtsyAttached patch solves only problem 2 for now.
Comment #3
gábor hojtsyRescoped now that we found out tabs have the same bug that contextual links and are to be fixed in #2154701: Regression: Contextual links broken, tabs erroneously added after enabling content translation module then. Only the "no fields" link is in scope here.
Comment #4
gábor hojtsyThe overall page requires admin languages permission, so let's give that to the admin.
Comment #5
tim.plunkettAh, this confused me greatly when I was manually testing in other issues, I'm glad it wasn't just me!
Might as well switch this to \Drupal::currentUser()->hasPermission('administer languages'); while you're here.
Can we also switch this to use the route name?
Comment #6
gábor hojtsyThanks! This should fix those two concerns. Looks good? :)
Comment #7
klonosComment #8
penyaskitoSummary up to date. #5 addressed, manual testing looks OK. RTBCing then.
Comment #9
tim.plunkettNope, RTBC +1!
Comment #10
webchickCommitted and pushed to 8.x. Thanks!
Comment #11
gábor hojtsyYay, thanks!