I'm running the content.module CVS HEAD, 4.7 tag on Drupal 4.7.3.

Duplicating a content type appears to fail to copy the database schema properly.

I have a content type called 'Foo with four fields, and a correspondingly complex 'node_content_foo' database table. When I click on the 'Duplicate' link for 'Foo and create a new content type called 'Bar', the new 'node_content_bar' table has only two fields: 'nid' and 'vid'.

Comments

tones’s picture

To clarify, I mean that I'm running the latest checkout of the cck "DRUPAL-4-7" tag. I'm not running the cck main CVS HEAD.

tones’s picture

I'm able to continue with my site by manually rebuilding node_content_bar from the SQL prompt.

karens’s picture

Status: Active » Fixed

This has been fixed in latest commits.

Anonymous’s picture

Status: Fixed » Closed (fixed)