Download & Extend

Return to referring page after deleting content from affiliated content page

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.

AttachmentSize
domain_content.admin_.inc_.patch 717 bytes

#2

Status:active» needs review

#3

Status:needs review» fixed

Turns out to be a change in l() that I missed.

AttachmentSize
content_destination.patch 1.35 KB

#4

Status:fixed» active

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

Category:feature request» bug report
Status:active» patch (to be ported)

Using hook_form_alter() to set a #redirect, since node_multiple_delete_confirm_submit() contains a redirect statement, we must override that.

AttachmentSize
delete-redirect.patch 933 bytes

#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

Status:patch (to be ported)» closed (fixed)