Posted by ariflukito on November 19, 2008 at 6:25am
2 followers
| Project: | Domain Access |
| Version: | 6.x-2.0-rc5 |
| Component: | - Domain Content |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
After deleting contents from affiliated content page, drupal should return to referring page not to admin/content/node page.
Comments
#1
Patch but it depends on #336221: domain content & url encoding to work perfectly with non-standard port domain.
#2
#3
Turns out to be a change in l() that I missed.
#4
ah that fixed different but similar issue I didn't notice. My original issue was when you do batch delete, it will return to admin/content/page.
#5
Ah. Easy to fix.
#6
Using hook_form_alter() to set a #redirect, since node_multiple_delete_confirm_submit() contains a redirect statement, we must override that.
#7
hi Ken, im trying to port this one but I don't know how to change the redirect path on D5. Is it possible?
#8
I don't know.
#9