Closed (fixed)
Project:
Meta tags quick
Version:
7.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Sep 2011 at 06:29 UTC
Updated:
25 Mar 2012 at 13:50 UTC
I was trying to get the revisit tag working but it was coming back saying the field already existed. In order to get it active I had to remove the meta_name from the known_tags.inc then let it attach, then go to the field in the content types and correct it. Anyone else running into something similar?
Comments
Comment #1
dimitriseng commentedHi, I have the same issue.
Comment #2
valthebaldPlease provide steps to reproduce
Comment #3
dimitriseng commentedThe revisit field is generated correctly in the content type using the normal procedure of attaching the required meta tags to the required content types. When I set a value for it in a node this is generated correctly in head, so no problems there for me in terms of functionality, so it is more of a cosmetic issue but not sure why it is happening.
The only issue I have is that in the General tab in the 'CREATE AND ATTACH' form, all the meta tags that were created as fields are shown with a green tick as expected. However, the Revisit meta tag does not have a green tick even if the field has been created successfully and is being used.
To replicate this:
- Attach the 'Revisit After' meta tag to the required content type and all tick boxes should not have a green tick.
- Confirm that the field is created successfully.
- Go back to the General tab in the 'CREATE AND ATTACH' form. You should see all the meta tags that have been created as fields have a green tick, but the 'Revisit After' does not have a green tick.
Comment #4
dimitriseng commentedComment #5
valthebaldAlright, I managed to reproduce the bug.
Looking into it
Comment #6
valthebald