I just installed RC1, navigated to content type edit screen, and for some reason the options were not appearing in the 'Scheduler Settings' vertical tab. I looked at the HTML and saw that there is a "collapsed" class on the settings screen. I figure this is in error seeing Drupal content edit screens no longer used collapsed field sets.

If you change line 197 and 198 of the scheduler.module file to the"FALSE", the settings appear.

'#collapsible' => FALSE,
'#collapsed' => FALSE,

Could you make this change in the next release?

CommentFileSizeAuthor
Screen shot 2011-03-13 at 12.16.13 PM.png38.81 KBzfactor

Comments

zfactor’s picture

Version: 7.x-1.0-rc1 » 7.x-1.0

Sorry this was actually in 7-1.0

jonathan1055’s picture

Hi zfactor,

It is probably something to do with #1035398: Vertical tabs in node type form are wrong which we fixed with a temporary css file. Can you clear your css cache (or clear the whole cache if that is easier) then see if that help. If you don't have css-file-compression on then you could also view the page source and see whether the scheduler.css file is included in the html header. (If you have css compression on, you won't be able to tell as it will all be in one file).

Hope that helps.

eric-alexander schaefer’s picture

Status: Active » Closed (works as designed)
greenavus’s picture

Hello,

I am using the Rubik theme for the admin section of my site and i came up with the same problem Clearing the cache several times did not seem to work so i changed my admin theme to Garland and it showed up.

Scheduled all the content types i needed, saved and then changed back to Rubik.

Hope this helps any one who runs into this problem.

jonathan1055’s picture

Hi greenavus,

Have you seen #1172040: Contrib solution for non-collapsible fieldsets and missing titles ? You would need to apply that patch as it has not been committed yet. But pleased that you found a work-around anyway.

Jonathan

fizk’s picture

Status: Closed (works as designed) » Active

I'm running into this bug too.

Eric, this is a bug, I'm not sure why you closed as by design.

fizk’s picture

Status: Active » Closed (duplicate)