Closed (fixed)
Project:
Printer, email and PDF versions
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2010 at 12:53 UTC
Updated:
2 Aug 2010 at 14:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
neclimdulDefaults are kinda haphazardly ignored in quite a few places. This should fix things.
Comment #2
scott m. sanders commentedSubscribing: I can't review patch presently but do want this fixed.
Comment #3
jcnventuraIt was working as designed.. Those were not default settings, but more of a type-wide configuration switch. I.e. if you disabled a setting in the type, it would disable that settings for all nodes of that type, regardless if of what you configured in that node.
That was done a long time ago, when I was a little less familiar with Drupal (and content types). I now admit it's confusing and against what Drupal normally does. I have extensively enhanced your patch so that those type-settings act as defaults only.
I've committed that fix to CVS. It should be in tomorrow's dev version.
João
Comment #4
neclimdulThanks! That explains why they appeared to work sort of inconsistently.