Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
path.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Mar 2014 at 22:06 UTC
Updated:
29 Jul 2014 at 23:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
plachIt should be possibile to just use
$entity->language()->id, the fact we weren't able to do that in #2201051: Convert path.module form alters to a field widget means there's a bug lying somewhere...Comment #2
plach@sun is pointing out this comment tried to implement this approach:
https://drupal.org/comment/8613511#comment-8505253
It's probably a good idea to have a look to the test failures over there. @andypost was pointing out the same issue in:
https://drupal.org/comment/8518449#comment-8518449
Comment #3
andypostComment #4
andypostLet's see how it works now
Comment #5
andypostIt works so finally clean-up code here
Comment #6
plachNice clean-up :)
Comment #9
andypostComment #10
alexpottCommitted 3181fdd and pushed to 8.x. Thanks!