- Issue created by @pierreemmanuel
My modifications were not taken into account the langcode of the node.
Modification done only for MySQL database type. I does not have any PostgreSQL setup to test it.
- First commit to issue fork.
For specific needs I need to use the created timestamp from nodes as the 1st published date. I have node who are coming from a migration process and the first revision is not relevant : the creation date has been altered during the migration process.
For now the 1st revision is used to create the 1st published date.
Install the module with nodes that have an altered created date.
Initialize the published_at field with the creation date
Make it configurable
/
/
/
Needs work
Code
My modifications were not taken into account the langcode of the node.
Modification done only for MySQL database type. I does not have any PostgreSQL setup to test it.