Opened 18 years ago

Closed 18 years ago

#2581 closed enhancement (fixed)

[patch] flatpages do not call populate_xheaders

Reported by: dummy@… 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)

flatpages-populate_xheaders.diff (770 bytes ) - added by dummy@… 18 years ago.

Download all attachments as: .zip

Change History (2)

by dummy@…, 18 years ago

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3650]) Fixed #2581 -- Added populate_xheaders() call to flatpage view. Thanks for the patch, dummy@…

Note: See TracTickets for help on using tickets.
Back to Top