Closed (fixed)
Project:
Node Convert
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2009 at 05:33 UTC
Updated:
27 Dec 2009 at 15:10 UTC
A field can be shared between multiple content types. When a node is converted to another content type that has some of the same fields, it should use the source field as the destination field by default.
The attached patch accomplishes this by setting the source field name as the default value for the destination field select list. If the source field is not available as an option, Drupal ignores it and behaves as though no default were set.
| Comment | File | Size | Author |
|---|---|---|---|
| convert_template_default_to_same_field.patch | 925 bytes | bitman |
Comments
Comment #1
alcroito commentedThanks, fixed in DEV.