Active
Project:
Viewfield
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2011 at 14:13 UTC
Updated:
15 Aug 2019 at 17:51 UTC
Jump to comment: Most recent
D7 has for content contextual links that include an 'edit' link, and views also has them.
However, the view as a viewfield in a node, does not have a contextual link.
Please include it, thanks.
Comments
Comment #1
rv0 commentedWould be a huge timesaver indeed.
Comment #2
keesee commented+1
Comment #3
qplot commentedit's be great if we can have this, super time saver indeed !!
Comment #4
Anonymous (not verified) commentedThis is more than a feature request as other modules depend on the contextual links being available in the attached views. The specific use case I am encountering is: I am applying draggable views to a viewfield but since there are no contextual links, draggable views cannot be accessed from the view.
Switching category to bug report from feature request. Thanks for this otherwise useful module.
Comment #5
Anonymous (not verified) commentedChanging status to needs work
Comment #6
orbistertius commentedAny news on this? I am using this module alot and my clients are used to work with the contextual links so it would be nice to see this work.
Comment #7
aaronbauman"Needs work" should only be applied if a patch exists.
Resetting to "Active" since no patch has been uploaded.
Comment #8
xalexas commentedI can live without it, but it would be timesaver. I'm really missing this feature. I can't believe that this issue is open for almost 3 years without any progress.
Comment #9
skribbz14 commentedNot having this is going to be a reason my agency doesn't use this module, so +1
Comment #10
zmove commented+1 to this, I'm surprized to see that's it's not supported yet.
Comment #11
Yuri commentedGosh, those 5 years flew by!
A workaround is a link in the views footer:
<a href="[url of view edit page]">edit view</a>Comment #12
rv0 commented@Yuri: but there's no access check on that.. it will just show that link for everyone
Comment #13
Yuri commented@vd0: What did is add the admin user role as body class and hide the link with that class.
Comment #14
jerdavisThis would require overhauling the code that generates the rendered view output, which currently follows many of the examples for programmatically outputting a View. That would require a fair amount of testing to ensure that there are no breaks for things like argument handling, exposed filters, ajax, pager, etc. If someone wants to take a crack at this, we'd basically be looking at updating theme_viewfield_formatter_default() and instead of outputting $view->preview(), we'd need to build out a render array from the view and pass that through views_add_contextual_links() before returning the result. I'd consider this for addition to 7.x-3.x, but I would not be inclined to add it to 2.x.