I had a working view that had 3 "page" displays (each with a menu item) and a "feed" display. It was working just fine but sometime recently the extra page displays stopped working. The different menu items now all show the same (first) page display and when I try to edit the extra page displays, it just shows the following (incorrect) interface:

[checkbox] Auto preview 

Preview with contextual filters: 
[text entry]

Update preview (button)

That's it. Very strange. I can edit the feed display, but no longer the extra page displays.

Comments

inteja’s picture

Issue summary: View changes

minor formatting change

inteja’s picture

I tried exporting the view and the extra page displays are essentially empty:

/* Display: News */
$handler = $view->new_display('page_with_page_title', 'News', 'page_with_page_title_1');

/* Display: Events */
$handler = $view->new_display('page_with_page_title', 'Events', 'page_with_page_title_2');

I can't even open these displays in order to delete them through the UI.

Has anyone seen displays get obliterated like this before?

inteja’s picture

Issue summary: View changes

minor

mustanggb’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)