In the latest dev version, after enabling the view override and setting the view display, when I go to re-edit the term/vocabulary, the view display doesn't match what the current display actually is. For me it's defaulting to the last option in the list (and by chance, I was trying to set it to the first option). It does save properly, but is confusing when you edit the term and it appears to have the wrong display.
Thanks for any help!
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | set_display_in_view_change_handler-1907394-3.patch | 301 bytes | agileware |
Comments
Comment #1
AlexanderPop commentedsame for me 7.x-1.0-beta1 fresh install
Comment #2
simon georges commentedCros-referencing #1908618: Notice: Undefined property: stdClass::$inherit in tvi_get_term_info().
Comment #3
agileware commentedAvailable displays are replaced on load, but the display selected in markup is not applied in the replaced element.
Patch to fix.
Comment #4
AlexanderPop commentedlooks like patch makes the fix
Comment #5
duaelfrThank you all !