﻿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
33083	"""Select All"" in admin changelist does not work when both action_on_bottom and actions_on_top are True."	Benjamin Locher	Carlton Gibson	"For a Model Admin that has `actions_on_bottom` set to True:
- Navigate to a changelist in the Django Admin
- Select any filters so that there is more than 1 page of results
- Click the ""Select All"" checkbox
- Click ""Select all x x"" link
- The field `<input type=""hidden"" name=""select_across"" value=""0"" class=""select-across"">` does not get set to 1 (remains at value=0)
- Any action selected from the actions list is only performed on the first page of results rather than all the selected items

This bug appears to have begun in 3.2"	Bug	closed	contrib.admin	3.2	Release blocker	fixed	actions_on_bottom, change_list, admin, actions, admin_actions, select_across, ModelAdmin,	Jon Dufresne Carlton Gibson	Accepted	1	0	0	0	0	0
