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

g76’s picture

Component: User interface » API

just 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

naught101’s picture

Status: Active » Postponed (maintainer needs more info)

What do you mean 'not clickable'? Is the block covering the save button or something? Can you figure out which CSS rule is causing it?

naught101’s picture

Also, 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.

mikran’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)
joachim’s picture

I 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!