Taking this code out helps

Caleb G2 - November 2, 2006 - 19:55
Project:Separate "management" theme for administrative pages
Version:HEAD
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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.');
}
}

#1

spatz4000 - November 2, 2006 - 20:00
Priority:critical» normal

#2

Caleb G2 - November 3, 2006 - 00:41

I'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...

#3

Caleb G2 - November 3, 2006 - 00:45

Maybe I'm just missing something about the way critical issues work. If I am then pardon me...

#4

spatz4000 - November 3, 2006 - 21:55

Data Loss?
Impossible to login?

#5

Caleb G2 - November 4, 2006 - 05:50

Yeah, 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...

 
 

Drupal is a registered trademark of Dries Buytaert.