Closed (fixed)
Project:
Rules
Version:
7.x-2.0-beta1
Component:
Rules Engine
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2011 at 14:56 UTC
Updated:
23 May 2011 at 15:31 UTC
hi,
I'm trying to redirect to a named anchor after node submition - but from some reason the # sign is escaped .
e.g drupal-7.0/node/14%23%23note-278 instead of drupal-7.0/node/14#note-278
the code i wrote in the redirect method is:
print 'node/'.$node->field_parent['und'][0]['nid'].'#note-'.$node->nid;
Any suggestions?
Thanks
Comments
Comment #1
fagoIndeed, that was broken and only worked if a query parameter was also included. I've fixed the bug and improved the test-coverage. Please try whether the next dev snapshot fixes the problem for you.