Nodereference referenceable file export/import fails

alex_b - July 18, 2008 - 19:33
Project:Content Construction Kit (CCK)
Version:5.x-1.7
Component:content_copy.module
Category:bug report
Priority:normal
Assigned:Unassigned
Status:duplicate
Description

This is how content copy exports nodereference' referenceable types:

'referenceable_types' =>
    array (
      'group_organization' => true,
      0 => 1,
      'blog' => false,
      'book' => false,

This is how it expects them:

'referenceable_types' =>
    array (
      'group_organization' => 'group_organization',
      0 => 1,
      'blog' => false,
      'book' => false,

Result: no content types checked on configuration page of node reference field.

Thanks for this great module.

#1

KarenS - August 26, 2008 - 15:32
Status:active» duplicate

This is related to #128038: Critical failures using drupal_execute() on nodes with CCK fields, track it there.

 
 

Drupal is a registered trademark of Dries Buytaert.