Closed (won't fix)
Project:
Nagios Monitoring
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2012 at 19:31 UTC
Updated:
19 Apr 2013 at 14:46 UTC
In code, it seems contradictory. Exit early so we do not cache the data, nor do we wrap the result in a theme also TODO Please change this theme call as discussed at http://drupal.org/node/224333#theme_page.
I can't think of a compelling reason to actually load the theme, so I've removed it.
| Comment | File | Size | Author |
|---|---|---|---|
| dont-boot-theme.patch | 866 bytes | dstol |
Comments
Comment #1
dstolProper status.
Comment #2
instanceofjamie commentedApplied - works as described.
Comment #3
instanceofjamie commentedI actually reverted this straight after on realising that we a: allow for a custom status page callback, and b: there's some talk of using a proper theme function in http://drupal.org/node/1337954. Think there's a better way to achieve this, and allow for more options.