Active
Project:
Panels
Version:
7.x-3.x-dev
Component:
Mini panels
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2010 at 15:04 UTC
Updated:
12 Mar 2020 at 09:23 UTC
Jump to comment: Most recent
update and save for mini panels would be welcome addition. I find myself doing save-check result-cannot remember which mini panel i edited-ahh that one-edit-content-change-repeat process over and over again :) fix should be as easy as drupal_get_destination() on form page and drupal_goto() after saving changes, since this has mini panels ui has clear url and no overlay stuff.
Comments
Comment #1
henrijs.seso commentedor maybe not that simple... I could not find proper places for these functions.
Comment #2
Letharion commentedHello mansspams :)
I don't entirely understand what you mean. Could you please elaborate? It sounds like you could make good use of features to keep track of what's edited, and what's not?
Comment #3
henrijs.seso commentedHi,
Sorry for unclear OP. I am now little more familiar with how issue queue works. Minipanel edit form has only save button that closes edit form. I find myself missing update and save button that would not redirect to minipanels list but just save settings without redirect (or redirect back to step).
Comment #4
Letharion commentedFor future reference, it's important to set the status to active when you've answered the maintainers question :) I was just about to close this issue due to inactivity when I saw you had answered.
Comment #5
michaelfavia commentedFWIW you CAN actually edit and save already created minipanels at this url i found by mistake
/admin/structure/mini-panels/list/MINI_NAME_HERE/edit/content
I dont know why this isnt linked form the dropdown on the management page. There is probably a good reason. :)
Comment #6
michaelfavia commentedSorry i misunderstood this post because i scanned right over the "breadcrumb like" editing modes of the minipanel interface thanks to earl for pointing it out.
I totally understand your question now and my feedback provides no value. Moving along.
Comment #7
rogical commentedAnmonying the same.
It seems the restrict of ctools wizard form, I tried form[#redirect] (can't save settings) and destination (lose destination after submit), both doesn't work well.
Comment #8
TheMGamer commentedbumb
Comment #9
timmarwick commentedQuick workaround to implement (via your own custom module) a "removal" of the *ANNOYING* post-submit redirect in the mini-panels edit wizard:
Comment #10
loopduplicate commentedHere's a bit of javascript that will add a "Save and Edit" button to the form. There's probably a more elegant way of doing this. I use this on my local environment.
I do the following in a custom module called minipsaveedit to get the js file to load when the mini panels content edit form loads:
If I had more time, I'd figure out the right way to do this. But anyway, a Save and Edit button really helps me out so I thought I'd share.
Cheers,
Jeff
Comment #11
popstas commentedComment #12
popstas commentedSolution #9 don't work, redirect stops, but form stops save.
Solution #10 seems big.
Here is another solution, combined from #9 and #10:
Comment #13
rudi teschner commented#12 works. I think this should be implemented in the module directly, working with minipanels is really annoying due to the redirect.
Comment #14
markdc#12 works for me as well. I can also confirm that working with Mini Panels is extremely annoying due to this.
Thank you, popstas!
Comment #15
rudi teschner commentedSmall Update: It works for the default language, but still redirects to the mini panel listing for other languages.
Comment #16
delacosta456 commented#12 works for me as well.