﻿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
26543	Changelist actions don't redirect after failed action resulting in possible ERR_CACHE_MISS in next steps	Emmanuelle Delescolle	Adonys Alea Boffill	"When a changlist action fail (at least when failing because no item was selected) no redirect is triggered. 
Therefore if the user hits the browser ""reload"" button, he is asked to confirm that he wants to re-submit the form.
This looks inconsistent where the rest of Django Admin that usually always makes sure the user can hit the refresh button when on a list.

Another use-case where this lead to a more cryptic error message is this one:
- In a changelist select ""Delete selected records"" and click go
- A warning is displayed telling you to select items
- select any number of records
- pick ""Delete selected records"" and click go again
- On the confirmation page, click ""No, take me back""
- Browser shows an ERR_CACHE_MISS error

Possible fixes I see:
- update the changelist code to redirect to the same changelist if an error occurs during the execution of a changelist action (fixes both use-cases)
- update the delete confirmation page to not use the browser history to go back (fixes only problem 2 but might also have some undesired side-effects like loss of selection)"	Bug	closed	contrib.admin	1.9	Normal	fixed		emma@…	Accepted	1	0	0	0	0	1
