When we replicate an entityform submission, the date created field replicates with the correct creation date of the original submission. However, the date changed field does not replicate the last edited/changed date of the original submission. Instead, the date changed field is blank until the new entityform submission is edited and saved.

We tried to set the date changed field with the rules action After Replication, but receive an error that the date changed field is not writable.

Comments

hfarrier created an issue. See original summary.

btopro’s picture

are you using the replicate_entityform module? drupal.org/project/replicate_entityform

hfarrier’s picture

We have the entityform_replicate mod installed.

We are using the link: /replicate/entityform/nid to replicate the entityform submission.

btopro’s picture

the replicate_entityform module wipes those, this isn't related to replicate_ui it's int he way the API is being told to clean up the replication. Probably 1 line you want to delete in the replicate_entityform module and you'll get what your looking for.

hfarrier’s picture

Thanks for pointing us in the right direction....will take a look at the replicated_entityform mod. Please mark as resolved.

btopro’s picture

Status: Active » Closed (fixed)