Closed (duplicate)
Project:
Scheduler
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2011 at 16:23 UTC
Updated:
4 Nov 2011 at 17:22 UTC
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?
| Comment | File | Size | Author |
|---|---|---|---|
| Screen shot 2011-03-13 at 12.16.13 PM.png | 38.81 KB | zfactor |
Comments
Comment #1
zfactor commentedSorry this was actually in 7-1.0
Comment #2
jonathan1055 commentedHi 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.
Comment #3
eric-alexander schaefer commentedComment #4
greenavus commentedHello,
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.
Comment #5
jonathan1055 commentedHi 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
Comment #6
fizk commentedI'm running into this bug too.
Eric, this is a bug, I'm not sure why you closed as by design.
Comment #7
fizk commentedDuplicate of #1035398: Vertical tabs in node type form are wrong