Closed (fixed)
Project:
Content moderation
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2010 at 11:44 UTC
Updated:
18 May 2010 at 08:23 UTC
Deletion of nodes not working due redirect (missing confirmation form)
Comments
Comment #1
eugenmayer commentedfixed, well this was quiet a hard one to solve.
Comment #2
eugenmayer commentedComment #3
eugenmayer commentedreleased in in 1.4
Comment #4
chrislynch42 commentedI tried fixing the problem by putting the following in hook_form_alter. Didn't work.
if($form_id == 'node_delete_confirm' && $form['#parameters'][2]->type == 'author') {
$form['#redirect'] = $thepath;
// print_r($form);
// exit();
}
Comment #5
eugenmayer commentedIts already fixed. The fix was a lot lot harder :). Took me 2 hours even.
Comment #6
chrislynch42 commentedI'm having trouble figuring out how to get the fix:( What do I need to checkout of CVS to get the fix?
Comment #7
eugenmayer commentedWhat versions do you use?
Comment #8
chrislynch42 commentedI've gotten myself confused. I am experiencing this exact problem in the Drupal Core not in the "Content Moderation" module. I am not using that module. Sorry about that. the 6x.1.4 makes perfect sense now:) I am surprised that this problem is persisting in the Drupal core.
Comment #9
eugenmayer commentedOk great.