Hi all,

So I have been looking at an issue on a site I setup where it uses node clone and serial for a specific content type. Initially I had an issue where if a node with a serial field was cloned the serial was not being given a new number it was simply being cloned also however I have now resolved this (https://www.drupal.org/node/2144389). The issue im having is that there is a lot of content which has already been cloned and I cannot delete them but need a bulk way to renew the serial field. I have tried deleting the value from the table field_data_myserial_field and also the field_revision_myserial_field and then updating the node however that too has not resolved the issue. Could someone point me in the direction to do this.

Any help would be greatly appreciated

:-)

Comments

GAMe’s picture

Ok so another question is does serial field only create the serial when a node is first created not when it updates? :-) Im guessing this is the case.