Hi,
i updated Panels to 3.7 and have the following problem: If I try to add a view in a mini panel, the view will be always added to panels as "Default"-View, not as "block", "page" etc.... I can select these settings, but they are not used by the mini-panel.
Comments
Comment #1
merlinofchaos commentedCan you please be more specific about what you mean? Walk me through what happens and what you observe.
Comment #2
a.siebel commentedI'm in the mini-panel edit screen and add a views with the "Add content"-Button. Then i select "views" and the view e.g. "news".
On the next screen i select the display "page" (instead of "defaults") and set the options for this view. After confirming this page i'm redirected to the content tab of the panel, but there was added the view "news-default" instead of "news-page".
I use Chaos Tools 1.7 and Panels 3.7 .
Comment #3
victor.b commentedI've the same problem after update to panels 3.7 and ctools 1.7
Comment #4
mrlava commentedAlso having the same issue, no matter what I select for the view it just selects "Using display Defaults."
Using:
Chaos tool suite 6.x-1.7
Panels 6.x-3.x-dev (2010-Jul-26)
Comment #5
merlinofchaos commentedOk, I have reproduced this and it is fixed by the patch in #865704: Fatal error in panels/plugins/display_renderers/panels_renderer_editor.class.php on line 1669: Function name must be a string -- which is already committed to -dev.
Comment #6
mrlava commentedEarl,
I am using -dev as stated in my previous post and still getting this error.
Comment #7
mrlava commentedwoops, sry, wrong -dev =)
Comment #8
merlinofchaos commentedHeh, sorry, yes. It was committed after the date in your post. =)
Comment #10
fionad commentedHi this is still happening to me. do I install the dev of ctools to fix?
Comment #11
strae commentedHi all, this is happening now to me too, strange, becose when i installed the module it used to works.
In fact, i have a mini-panels i created that correctly has 3 different displays from the same views, but i noticed that now i see 'No info' in the area where usually there are the content settings (css, arguments, etc..).
I've been able to create a mini-panels with views display different from 'Default' only importing the code, but then the content created in that way doesnt send arguments to the view, i used this code:
Comment #12
strae commentedThe issue affect just the panels_mini sub-module, Panels itself is working great.
Comment #13
Apfel007 commentedsubscribe
Comment #14
xamanu commentedI can confirm this error with version 3.9 on configuring Variants for a panels page. I helped myself by exporting the panels as a feature and changed the respective $pane->subtype in code to fit the name of the views display.