Download & Extend

Nodereference referenceable file export/import fails

Project:Content Construction Kit (CCK)
Version:5.x-1.7
Component:content_copy.module
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (duplicate)

Issue Summary

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.

Comments

#1

Status:active» closed (duplicate)

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

nobody click here