backdrop-contrib / node_clone

Allows users to make a copy of an existing node and then edit that copy easily. Has also been used by some to facilitate node templating.
GNU General Public License v2.0
1 stars 5 forks source link

Issue 14 - Integrity constraint violation: 1048 Column 'created' cannot be null #18

Open Sharif8190 opened 2 days ago

Sharif8190 commented 2 days ago

Fixes: #14

stpaultim commented 1 day ago

@Sharif8190 Do you want to test the module with the simplier change?

Sharif8190 commented 1 day ago

@stpaultim Ok, I will test on my local, and then back to you.

Sharif8190 commented 1 day ago

@stpaultim I have tested $node->created = REQUEST_TIME; It is also working.