﻿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
11296	Delete confirmation page in Admin displays circular references.	Ben	Carl Meyer	"A very minor bug, but also I think easy to fix.  The current delete confirmation page in the admin application will display the same object multiple times if there are circular references. e.g. If we have two objects that reference each other with foreign keys then the list of dependent objects to be deleted that is displayed would be-[[BR]]

{{{
-object1
    -object2
        -object1
            -object2
etc.
}}}

I think it would be better if it only displayed the first object1 and object2.
I have attached a small patch that appears to do this."	Uncategorized	closed	contrib.admin	1.0	Normal	fixed			Accepted	1	0	0	0	0	0
