Closed (fixed)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2013 at 20:15 UTC
Updated:
14 Jul 2013 at 03:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
damienmckennaThis resolves the problem so that the correct language value is saved.
Comment #2
damienmckennaThis may require updating the language values for all nodes. Again. Argh.
Comment #3
giorgoskHere is how to reproduce what Damien says
site with 2 languages en/de
my setup is entity translated content type page
go to en/node/add/page
thus interface is in English
fill in title in german
choose language german
put meta tags in german language
save
metatags table contains a new entry with the new node's id but language UND
and if you reedit the node there appears to be no metatags (but the default)
Just out of curiocity if I manually change the language in metatags table
then metatags appear when I edit the node in that language
After applying the patch all works as it should be
Comment #4
giorgoskto get @damien
Comment #5
damienmckennaCommitted. Thanks for the review, GiorgosK.