Active
Project:
Separate "management" theme for administrative pages
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2006 at 19:55 UTC
Updated:
4 Nov 2006 at 05:50 UTC
This code in the manage.module keeps the help info on the admin pages from showing up. I'm not sure why it's in there, but taking it out lets the right info show again. So far no bad side effects...
function manage_help($section='') {
switch ($section) {
case 'admin/help#missing':
case 'admin/modules#description':
return t('Use a dedicated theme for admin pages.');
}
}
Comments
Comment #1
stevenpatzComment #2
Caleb G2 commentedI'm not sure why someone (who does not appear to be the modules author) downgraded this from critical to normal. I'd say it's pretty critical if whole portions of the block and theme pages aren't showing up. That combined with the other issues that are missing, have been documented, and not address by anyone yet seems critical in itself...
Comment #3
Caleb G2 commentedMaybe I'm just missing something about the way critical issues work. If I am then pardon me...
Comment #4
stevenpatzData Loss?
Impossible to login?
Comment #5
Caleb G2 commentedYeah, data is lost at least in appearance to end users. It's still in the php files but the issue I'm reporting has to do with the help text, normally printed at the top of the /admin/block page and the admin/theme page, is totally missing. Again if this doesn't qualify as critical (as defined by Drupal.org standard) I'm sorry for having mark it as such...