Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
overlay.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Jun 2011 at 12:42 UTC
Updated:
29 Jul 2014 at 19:37 UTC
Jump to comment: Most recent file
Comments
Comment #1
tsvenson commentedSetting the right tags.
Comment #2
David_Rothstein commentedYeah, I've noticed that too - it's annoying. Almost a bug report, really.
I think it's not just Overlay module that has this problem. Contact module seems to also, and there may be others. Ideally we just fix all the ones in core at the same time.
(I believe it can be fixed pretty easily by implementing hook_field_extra_fields().)
Comment #3
tsvenson commentedYes, that's what Dave Reid used when fixing it for the XML Sitemap module. See the commit in http://drupal.org/node/1176526#comment-4549402 for how it was done.
I have also filed #1176562: Make all Core fields available in Manage Fields/Display as needed with a list of other Core modules missing this.
Comment #4
ksenzeeCan we close this issue as a duplicate and fix it all in #1176562: Make all Core fields available in Manage Fields/Display as needed?
Comment #5
tsvenson commentedReason I posted both was that this one is for the overlay module, while the other one is for the user module. I didn't see that as creating dupes.
Comment #6
tsvenson commentedHere is a patch for making the overlay setting available on admin/config/people/accounts/fields rolled agains 7.x.
Drupal 8 requires PHP 5.3.2 and I don't have that installed on my machine, but the patch should work on that too.
Comment #7
tsvenson commentedSame patch as in #6, but rolled against 8.x. Its untested since my dev environment doesn't have the right PHP version to run Drupal 8.x.
Comment #8
tsvenson commentedTurned out fixes for this was hiding in http://drupal.org/node/967566 :(
Marking as dupe...