Closed (fixed)
Project:
Node Gallery
Version:
6.x-3.0
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Oct 2011 at 20:46 UTC
Updated:
4 Jan 2014 at 01:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
foredoc commentedsolution:
Use batch_process() to redirect the page after batch_set(...):
Comment #2
dddave commentedRedirecting to frontpage after node deletion is the default drupal behavior. Changing this within the context of OG might make sense but is a feature request. Codewise I cannot review your idea but if it works a "real" patch might drastically increase the chances of inclusion.
Comment #3
dddave commentedAdding tag
Comment #4
foredoc commentedthe only modification is between:
//-----------------------add following----------------------------
and
//---------------------------end-----------------------------------
And I will learn to make a patch first
Comment #5
foredoc commentedPlease find attached the patch,
It redirects the user to group node page, after deleting a gallery within that group.
Comment #6
dddave commented;)
I am not using OG so I cannot test it. When justintime is back he might be interested to here if you a re using this patch successfully in production.
Comment #7
foredoc commented@justintime, could you please take a look at the patch.
Thanks.
Comment #8
justintime commentedDid some whitespace formatting and committed to 3.x-dev. Thanks for the patch!