Closed (cannot reproduce)
Project:
Rules
Version:
7.x-2.x-dev
Component:
Rules Core
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2012 at 05:24 UTC
Updated:
29 Jan 2019 at 05:13 UTC
Jump to comment: Most recent
Comments
Comment #1
sevanden commentedI have a similar issue.
I'm trying to redirect a user to a node/edit/[content_type] page but I need to pass an argument in that redirect which is retrieved from the node this particular user flagged.
Regardless of the variable type I use, there are no replacement patterns visible or available.
How can I get this done?
Comment #2
PatchRanger commented"Page redirect" expects parameter to be of URI type - so you should create a variable of URI type, instead of just Text as you (and me, and everybody else) did.
While it is probably not the most dangerous bug (because it could be easily "work-arounded") - but it is somewhat annoying. Turning the issue into feature request with such formulation: Support for passed variable of type Text.
Comment #2.0
PatchRanger commentedMore informative.
Comment #3
tr commentedWell maybe I'm missing something, but I don't see the problem here. #2 says that the parameter is supposed to be a URI, and that's true, but you can always switch to direct input and craft your own URL using text and tokens.
If you think this is still an issue please post the export of a Rule which demonstrates the problem.
Comment #4
tr commentedNo further information provided.