I found this on a site I was working for for TNT, and I am able to replicate it reliably on my dev site. When you choose a field, you can not simultaneously choose 'override' in the dropdown in a field
config , *and* exclude that field from display.
Enable the tracker view (it has fields by default)
Create a new page display (just to keep from screwing up the default one)
Choose "Content: Title"
In the configuration settings, choose "Override (This display)" in the dropdown at the top, and check the "Exclude this display" checkbox.
Save.
Notice how the preview does not update to remove the title.
Choose "Content:Title" again. The "Exclude from display" box is no longer checked. If you check it again and save, it's fine, so there's a workaround, so this is normal to minor in priority.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1187498-override-submit.patch | 755 bytes | dawehner |
Comments
Comment #1
dawehnerHere is a patch which fixes the issue for me
Comment #2
esmerel commentedThis appears to work ok to me
Comment #3
dawehnerCommited this patch which a bit of refactoring. Thanks for testing it!