Jump to:
| Project: | Ajax |
| Version: | 6.x-1.14 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
| Issue tags: | rules integration |
Issue Summary
I had the Ajax module set to do form validation. This conflicts with redirects in the Rules module.
To reproduce:
- Create a new rule that:
- Triggers when a new node is saved.
- Redirects the user to a new page.
- Create a new node.
- Save it.
When you save, the redirect doesn't happen at all. I just get the standard node creation confirmation screen.
If I select Immediately issue the page redirect in the rule's action, then I get an Ajax error upon submit. The node is in fact created, but the browser doesn't go anywhere--it stays on the node creation screen and doesn't go to the node creation confirmation screen or to the specified redirect.
The rule works fine if I disable the Ajax module.
I'm filing here because the impetus seems to be on other modules making themselves compatible with Rules per http://drupal.org/project/issues/search?issue_tags=rules%20integration.
Comments
#1
I have the same problem. Any update on this?
It'd be great to be able to have AJAX login and Rules to redirect to a different page.
#2
I'm facing the same issue. Has there been any progress on getting this resolved?
#3