Closed (duplicate)
Project:
Relation
Version:
7.x-1.x-dev
Component:
API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2012 at 13:57 UTC
Updated:
15 May 2013 at 13:45 UTC
With the entity collector block in the footer, and with module_filter enabled, I can't save changes to module admin because the 'save config' button isn't clickable.
Comments
Comment #1
g76 commentedjust go into the block config and add admin/* to the option to exclude paths. then all is fine, it won't show up on any admin pages
Comment #2
naught101 commentedWhat do you mean 'not clickable'? Is the block covering the save button or something? Can you figure out which CSS rule is causing it?
Comment #3
naught101 commentedAlso, what theme are you using, for both your main site, and for your admin pages? Entity collector should be disabled in your admin theme (if you're using one), as it doesn't make sense there. You can also manually disable it for admin/* pages in the block settings.
Comment #4
mikran commentedSame as #1858392: Blocks are placed on top of each other.
Comment #5
joachim commentedI was probably using Garland. Hard to be sure, as the project I was on when I reported this is long gone, but that's what I tend to use for admin theme.
> Entity collector should be disabled in your admin theme (if you're using one), as it doesn't make sense there.
What if you have custom admin lists of entities?
Also, even if it doesn't make sense there, it shouldn't actively break things!