Closed (duplicate)
Project:
Content Type Inheritance Module
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2009 at 13:39 UTC
Updated:
30 Apr 2009 at 09:18 UTC
When the parent content type has a date or datetime type, it does not filter through correctly to the child content type. You just get a text field with no label (ie no jquery popup, default data etc) and underneath it just says "format: "
Comments
Comment #1
gaëlgThis is a duplicate of http://drupal.org/node/406428, not fixed yet.
If you need some mathematical operations with dates (to calculate an age from a birthday for example), just use a textfield in which you enter something like "04/29/09", and then use ComputedFields to get the age.
Comment #2
justafishoops :)