Opened 16 years ago
Closed 16 years ago
#9151 closed (wontfix)
Admin "Recent Actions" should differentiate between Sites
Reported by: | Arthur Koziel | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
If I set up two Sites which share the same database but use the Sites framework to assign content to a specific site, the "Recent Actions" Sidebar doesn't distinguish between different Sites. Content created and assigned to a specific Site will show up in other Sites "Recent Actions".
Steps to reproduce:
- Set up two different Sites which share the same database
- Create an entry and assign it to Site A
- Open up the Site B Admin
Expected:
"Recent Actions" should only show those entries assigned to the current Site.
Note:
See TracTickets
for help on using tickets.
There's nothing special about the site model that'd warrant special treatment in this way. If you need this kind of behavior, create a custom admin
index.html
template and override the parts as needed for your own site.