﻿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
2663	[patch] [per-object-permissions] pop admin broken	Joeboy	Chris Long	"I guess this is my fault for using unmerged branches, but this all looks a bit broken to me.

row_level_perm_manipulator contains the following:
{{{
if str(value) == str_data:
    selected_html = ' selected=""selected""'
}}}

which is supposed to set the default value of the user/group boxes. However at this point, value contains things like 'group-3' and str_data contains things like 'auth/group/3'. Consequently the boxes always default to 'admin'."	defect	closed	contrib.admin		normal	fixed	per-object-permissions, row-level	django25@…	Unreviewed	1	0	0	0	0	0
