Closed echantigny closed 5 years ago
Are you getting this on the latest dev-develop? I can't reproduce this issue.
@lukeholder I've been able to replicate this both in the v2.1.0.2 and the dev-develop branch, without a failed attempt. That being said, I figured out that the issue is a Post Date issue. This does not happen on Normal content entries if I ommit required fields. The correct date-time is set no matter what.
My timezone is set properly:
This is my computer's actual time (craft is installed locally):
This is the time that is set on the post when I save a new product with missing fields (displayed without the timezone modificator). Because it's in the future for me, the product becomes Pending when I save:
This is the time that is getting set when I save a new product with all the required data (a few minutes after the initial clock capture, so this is accurate):
@lukeholder Please have a look at the entire github issue, I've made significant edits to the content of my post above.
Sorry if you always do, just wanted to make sure you see the edits.
I can see the issue and will make a fix.
This issue is present for me, but not for the SKU field as the original issue mentions. I think having an automatic SKU format may mask the issue.
@echantigny Can you confirm having the same issue with entries? I mean, if you save an entry with a missing title causing a validation error, does the entry's post date get populated any differently than products?
@lukeholder No, this did not happen in normal content entries, just products.
@echantigny Should be fixed on dev-develop
, will be in the next release.
Description
Tried this multiple times to make sure I'm not doing anything weird and I get consitent results with these steps:
Steps to reproduce
Additional info