Closed (fixed)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2013 at 20:48 UTC
Updated:
11 Aug 2016 at 17:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cposer commentedBump.
Comment #2
damienmckennaUnless someone submits a patch, this will not make it into 1.0.
Comment #3
feyp commentedAttached is a patch against 7.x-1.x.
I'm not sure, if LANGUAGE_NONE needs to be added to the list of languages as it isn't returned by language_list(). In my dev environment, all tags were associated with a specific language.
Comment #4
damienmckennaThis is great, thanks! One minor thing - I don't think the language selection and tag selection should be tied together, I think it should be possible to revert a specific meta tag for all languages, or all meta tags for a specific language.
Comment #5
feyp commentedYes, you're right. I wonder, why I didn't implement it in the first place ;). Attached is an updated version of the patch.
I also checked a few production systems and there were metatags associated with LANGUAGE_NONE, so I added that to the language options.
Comment #6
damienmckennaThis adds some tests to confirm the form fields load as intended.
Comment #8
damienmckennaCommitted. Thanks!