Opened 19 years ago
Closed 19 years ago
#2581 closed enhancement (fixed)
[patch] flatpages do not call populate_xheaders
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Contrib apps | Version: | dev |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Hi,
from the admin_doc are javascript shortcuts available, which will call the admin-site for the specified object currently display on screen. This mechanism relies on populate_xheaders which are called by generic-views object_detail etc.
This is not called on flatpages.
The patch integrates the call for populate_xheaders into flatpages.views
Regards,
Dirk
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | flatpages-populate_xheaders.diff added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3650]) Fixed #2581 -- Added populate_xheaders() call to flatpage view. Thanks for the patch, dummy@…