Closed (fixed)
Project:
Node clone
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
24 Jan 2012 at 16:50 UTC
Updated:
19 Aug 2012 at 01:02 UTC
I would like a GUI that will allow me to reset fields for content types that are clonable.
At the minimum a PHP textbox that will accept code to initialize or reset fields to defaults AFTER cloning.
Comments
Comment #1
ibandyop commentedFor those seeking a D7 solution to reset field entities after cloning. The following code should be customized to match the fields in of your content type.
References:
http://drupal.org/node/386440
http://drupal.org/node/1256478
http://drupal.org/node/1167756
Comment #2
pwolanin commentedThanks for the docs