WIth the patch in #1400884: Custom menu items in pane dropdown links, an hook_alter is added to panels pane links menu, and it should be great to have an edit link from the panes from Views to the edit of the View - see attached image. Patch will follow.

| Comment | File | Size | Author |
|---|---|---|---|
| #16 | edit_views_pane-1948278-16.patch | 866 bytes | misc |
| #12 | edit_views_pane-1948278-12.patch | 783 bytes | maximpodorov |
| #1 | edit_views_pane-1948278-1.patch | 939 bytes | misc |
| edit_view_pane.png | 7.28 KB | misc |
Comments
Comment #1
misc commentedSuggested patch.
Comment #2
gmclelland commented@MiSc - This looks like it would be a helpful improvement, but after testing I couldn't see any difference. I didn't see the "Edit View" link.
Comment #3
misc commentedDid you test it with the patch in #1400884: Custom menu items in pane dropdown links?
Comment #4
misc commentedComment #5
gmclelland commentedOh sorry, I read through this issue to fast. I will try and report back.
Comment #6
gmclelland commentedWorks as advertised with the patch in #6 #1400884-6: Custom menu items in pane dropdown links
Comment #7
misc commentedMark as RTBC as for comment #6.
Comment #8
japerryMarking as duplicate of the newer issue #2108413: Add edit link for custom content panes
Comment #9
gmclelland commented@japerry - Thanks, but this is not duplicate.
The patch in #1400884-6: Custom menu items in pane dropdown links provides a way to add custom contextual links to panes including links to edit Mini Panels. This is already committed in Panels 3.x-dev.
The patch in #2108413: Add edit link for custom content panes provides edit links for custom content panes. - I didn't see where this is committed to Ctools?
The patch in this issue #1948278-1: Get an edit link for the view panes in Page Manger provides edit links for views panes. -This still needs to be committed to Ctools.
Hope that helps clarify everything.
Comment #10
gmclelland commented1: edit_views_pane-1948278-1.patch queued for re-testing.
Comment #11
smussbach commentedI can confirm that this patch works as expected with panels patch #1400884-6: Custom menu items in pane dropdown links as advised in comment #3. Really sweet! Looking forward to this.
Comment #12
maximpodorov commentedI simplified the patch. Please do not force the end user to open links in the new window.
Comment #13
gmclelland commented@maximpodorov - Haven't tested yet, but thanks for the patch. If you don't think we should open the links in a new window, then we also need to add a patch to update this issue #2108413: Add edit link for custom content panes as well.
Comment #14
misc commentedIf the link should not be opened in a new window, I think we need destination in url, it would make more sense.
Comment #15
maximpodorov commentedIt makes sense.
Comment #16
misc commentedAdded new patch with destination in url to get back after editing the view.
Comment #17
maximpodorov commentedWorks great. Please commit.
Comment #18
damienmckennaComment #19
gmclelland commentedJust tested against the latest devs of ctools and panels and the patch in #16 works as advertised.
Comment #20
gmclelland commentedAlso see #2381319: Refactor "Edit block" and add "Edit menu links" items in pane dropdown links. I added a patch to add "Edit block" links.
Comment #21
gmclelland commentedFor views blocks edit links, see #2387193: Get an edit link for the views blocks in Page Manger.
Comment #23
japerryLooks good, committed!