Closed (fixed)
Project:
Rules Link
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2012 at 13:12 UTC
Updated:
8 May 2015 at 01:03 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mitchell commentedCould you please provide an example view for testing?
Comment #2
sepgil commentedComment #3
berdyshev commentedI've attached the feature with views, rules and rules_link configuration. You need to have all of these modules installed and content type called Article should exist on your site.
This view will add new tab in Main Menu called Articles, when you will see contextual links for each row of view (you need to create some articles). In the contextual menu of each row you will see only two links (Edit and Delete) without patch, and three links (Edit, Delete and Unpublish) with applied patch.
Comment #4
Chipie commentedBerdArt, have you found a solution?
Comment #5
berdyshev commentedChipie, I have attached patch in the issue, it solves the problem.
Comment #6
Anonymous (not verified) commentedI had to re-roll this patch for latest dev-x.
Solution works. Also solves #2257407: html doesn't render on views rules link
Comment #7
Anonymous (not verified) commentedComment #8
sepgil commentedThx for this great patch, I've committed it.
Comment #11
argiepiano commentedJust a quick note about this patch. It fixes the issue with contextual links, but it creates another problem. I'm using an EVA field within a View. This EVA field is another View that contains Rules Links. The Rules Links in this EVA field lose their "?destination" segment at the end of the URL after the patch has been applied. I haven't had time to see why - I thought I'd report this issue. I reversed the patch and the Rules Link in the EVA field now works as expected (redirecting to the original view after execution).