Closed (fixed)
Project:
Panopoly
Version:
7.x-1.x-dev
Component:
Core
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2015 at 20:20 UTC
Updated:
16 Feb 2015 at 18:44 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
dsnopekComment #2
Anonymous (not verified) commentedLooks like this is specific to that block only.
admin/structure/pages/nojs/operation/page-panopoly_demo_panel/handlers/page_panopoly_demo_panel_panel_context/content?destination=demo
Comment #3
Anonymous (not verified) commentedIf you uncheck the "title" at admin/structure/views/view/panopoly_demo/edit in the "allow settings" options the h2 disappears. So it looks like rendering of the title override is placed outside the edit-display-settings fieldset. Most likely it is due to changed name of the element or something in that way.
---
In the
views_content_views_panes_content_type_edit_formthere is not setting for the title override at all and it was not in there before ctools update either so this has to be comming from somewhere else. Maybe form alter.----
In
the title_override option is enabled and it looks to me like this was added/changed but somebody has forgot to also add this into the mentioned
views_content_views_panes_content_type_edit_form.Comment #4
dsnopekThanks for investigating! I think the bug is in panopoly_magic, specifically in
panopoly_magic_form_views_content_views_panes_content_type_edit_form_alter(). It re-arranges the form for Views-based widgets, and it doesn't know about this new field so it leaves it behind.Marking as Critical because I think this should block the next release (ie. we have to fix it before we can release).
Comment #5
Anonymous (not verified) commentedAlso see
views_content_views_panes_content_type_renderviews_content_views_panes_add_defaultsviews_content_views_panes_content_type_edit_formviews_content_views_panes_content_type_edit_form_submitin
profiles/panopoly/modules/contrib/ctools/views_content/plugins/content_types/views_panes.incSeems as purely CTools bug so I think we should change project for this issue to ctools.
Comment #6
dsnopekWell, even if it's a CTools bug, we need a Panopoly issue to track adding the patch to Panopoly.
So, like I suggested on #2416775: Warning: Illegal offset type in views_add_contextual_links() (line 816 of ~/prj/panopoly/panopoly/modules/contrib/views/views.module), if you've got a CTools patch then open a NEW issue there and reference it from this issue. Then we can put a patch on this issue which adds that patch to the .make file.
Thanks for all your work on this! :-)
Comment #7
dsnopekI'm going to use this patch to panopoly_magic to fix. We're hiding the rest of the
override_title_*fields so hiding this one seems in line with what we're already doing.@ivanjaros: If there is still a CTools bug, please open a new issue in the CTools queue and post a comment here with a link to it. Thanks!
Comment #8
dsnopek