﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
8968	No way to utilize `next` parameter to redirect after comment deletion	Dmitry Dzhus	Kevin Kubasik	"How is default «delete comment» view from new comments system meant to
get `next` argument (see `contrib/comments/views/moderation.py`)?

I think good way to do it is to support `next` GET request parameter, so
that one could use `/delete/123/?next=/blog/entry/bla-blah` as a link to
comment deletion page in order to redirect to page other than default
«deleted» view after actually removing the comment.

This works with «post comment» because `next_redirect` in `post_comment` function can see the `next` POST parameter in `data`. This does not work with «delete comment» because confirmation page is rendered first with `next=""None""` in confirmation form."	New feature	closed	contrib.comments	1.0	Normal	wontfix	comments	kevin@… waylan@…	Accepted	1	1	1	1	0	0
