-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
EvaluatedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P2A defect with this priority could have functionality issues which are not to expectations.A defect with this priority could have functionality issues which are not to expectations.Progress: doneReproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchThe issue has been reproduced on latest 2.4-develop branchSeverity: S3Affects non-critical data or functionality and does not force users to employ a workaround.Affects non-critical data or functionality and does not force users to employ a workaround.
Description
ISSUE:
When we add the value to the product attribute of the date type, it is throwing an error.
STEPS TO REPLICATE:
- Create a new attribute for product - test_date - date type
- Add attribute to Attribute Set
- Run indexing and cache flush
- Select 01/1/1970
- save the product
- Error - "Invalid input datetime format of value '1/01/1970'"
ACTUAL RESULTS:
Getting error when saving 01/01/1970 "Invalid input datetime format of value '1/01/1970'" but not for other dates. I checked for 13/03/2023, 1/1/1980, 03/03/1998
EXPECTED RESULTS:
The product should save when the custom date attribute and select as 1/1/1970
Metadata
Metadata
Assignees
Labels
EvaluatedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P2A defect with this priority could have functionality issues which are not to expectations.A defect with this priority could have functionality issues which are not to expectations.Progress: doneReproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchThe issue has been reproduced on latest 2.4-develop branchSeverity: S3Affects non-critical data or functionality and does not force users to employ a workaround.Affects non-critical data or functionality and does not force users to employ a workaround.
Type
Projects
Status
Done