Django

Code

Ticket #2581 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

[patch] flatpages do not call populate_xheaders

Reported by: dummy@habmalnefrage.de Assigned to: adrian
Milestone: Component: Contrib apps
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

flatpages-populate_xheaders.diff (0.8 kB) - added by dummy@habmalnefrage.de on 08/21/06 15:56:39.

Change History

08/21/06 15:56:39 changed by dummy@habmalnefrage.de

  • attachment flatpages-populate_xheaders.diff added.

08/22/06 21:05:05 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #2581 ([patch] flatpages do not call populate_xheaders)




Change Properties
Action