﻿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
34315	Close button read only changeview of admin does not preserve filters	Jan Hošek	Rahmat Faisal	"Save and Delete buttons in change view of admin send you back to list view with preserved filters. In some cases (for example user does not have change permission) there is Close button instead of save buttons. 

Suggested change to make the behavior of Close button consistent with Save is in template: 
contrib/admin/templates/admin/submit_line.html
{{{
{% if show_close %}
    {% url opts|admin_urlname:'changelist' as close_url %}
    <a href=""{% add_preserved_filters close_url %}"" class=""closelink"">{% translate 'Close' %}</a>
{% endif %}
}}}"	Bug	closed	contrib.admin	4.1	Normal	fixed			Ready for checkin	1	0	0	0	0	0
