﻿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
17726	Admin's Recent Actions broken for multiple admin site instances with unique registered models	Steven MacLeod	nobody	"The Recent Actions list contains actions carried out from all admin site instances a user has access to. This causes problems when there exists a model which is not registered in all instances, and a User with access to multiple instances. If an action is carried out on this model it will appear in the recent list of all admin sites. If the model is not registered to an instance, the link generated will be invalid.

Ex:
* AdminSite1 has model Model1 registered
* AdminSite2 does not have Model1 registered
* User has access to both admin sites
* User adds a Model1 in AdminSite1 (Action1)
* User visits AdminSite2, and clicks the Action1 link
* User is directed to an invalid URL (url for Model1 in AdminSite2)"	Bug	new	contrib.admin	4.1	Normal		admin, multiple admin sites, recent actions	chipx86@… Al Mahdi	Accepted	0	0	0	0	0	0
