Closed (fixed)
Project:
Panels
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 May 2009 at 12:49 UTC
Updated:
9 Sep 2009 at 16:01 UTC
Jump to comment: Most recent
I cloned a panel properly, I changed name, title, path and now I have two similar panels.
But then I change panel content in a one panel, it changes also in the other.
Comments
Comment #1
moonray commentedHaving the same issue here.
Comment #2
Anonymous (not verified) commented#494886: Views arguments across different panels cannot be different marked as duplicate of this issue.
Comment #3
merlinofchaos commentedThis should now be fixed in -beta4. However, any existing panel with this problem will likely continue to have this problem. Your best bet will be to export all pages that show this problem, delete them, and then re-import. That should clear up any duplication.
Comment #4
Anonymous (not verified) commentedGreat, thanks Merlin!
Comment #5
ari-meetai commented- Changed the title to better reflect these related issue. I'm using -beta4
I'm trying to clone a Variant from the new "Pages" page. The clone seems to function properly, but when I edit a value on the newly created cloned Variant, it changes on the original one (and backwards). On save, only one is shown, instead of the original and the cloned one.
When I try to Export and Import a Variant to try and obtain the wanted result, I get the error:
"An error occurred while attempting to process /admin/build/pages/ajax/operation/node_view/actions/import/form"
I edited the exported code to give the panel a new name, in
'title' => 'new_title'Also checked: http://drupal.org/node/363624
Comment #6
merlinofchaos commentedDoh. Wow, in the clone routine I apparently forgot to actually clone the handler. So it just added it back. :P
Comment #8
dafederI still get "An error occurred while attempting to process /admin/build/pages/ajax/operation/node_view/actions/import/form" when I try to import a variant into an existing page.
Comment #9
dafederFYI have verified this on several different browsers and with different pages and variants. Is anyone able to import variants on RC1? I AM able to import entire pages, but for in-code pages (node, user) this doesn't work and I need to import variants.
Comment #10
Mike_Waters commentedsame here.
Comment #11
jrabeemer commentedI get this JS error "An error occurred while attempting to process /admin/build/pages/ajax/operation/user_view/actions/import/form" when attempting to import my variant into /user/%user system view.
Comment #12
jrabeemer commentedRebasing..
Comment #13
jenlamptonYep same error here:
I'm trying to import a variant for the user_view handler. Here is my import code:
Comment #14
jenlamptonmore useful title
Comment #15
jenlamptonwould help if i could spell :-)
Update, same issue happens for me on node_view handler import.
Here's the error:
Here's the code I'm using for that:
Comment #16
dawehnerJust to give more informations:
Comment #17
dawehnerSo it seams that page_manager_export_task_handler is called when importing.
Currently $handler is there a string, so it is clear, that drupal_clone fails.
Comment #18
merlinofchaos commentedAck. #8 repurposed this issue from one thing into something else. That sucks. That really should have been a new issue.
Anyone who had anything useful after #8, please file a new issue. Reverting this to its original state.
dafeder, *wrist smack* for repurposing an unrelated issue. To everyone else: *wrist smack* for not noticing that he did that and running with it.
Comment #19
dafederOuch! Sorry Merlin, you are of course right.
I'm on deadline with some newer projects now and don't really have time to go back and test this, so I'll hold off on creating a new issue for the moment. If no one follows up I'll try to find some time in the next few days.