Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Jan 2010 at 17:53 UTC
Updated:
11 Feb 2010 at 10:20 UTC
Jump to comment: Most recent file
Contrary to #89181: Use queue API for node and comment, user, node multiple deletes, this patch needs to be backported to D6.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drupal.comment-notice-redirect-d6.patch | 2.76 KB | sun |
| drupal.comment-notice-redirect.0.patch | 3.26 KB | sun |
Comments
Comment #1
dries commentedCommitted to CVS HEAD. Moving to Drupal 6.
Comment #2
sunProper patch for D6.
Comment #3
gábor hojtsyWhy is that a problematic redirect?
Comment #4
sunIn case of the form validation error, this redirects to a hard-coded path (which is entirely incorrect for the form on admin/content/comment/approval) and which also means that you lose all your form values! :)
Powered by Dreditor.
Comment #5
gábor hojtsyOk, committed, thanks.