Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (13 loc) · 919 Bytes

2021-03-29-set-local-time-configuration-for-date-range-rule-builder.md

File metadata and controls

13 lines (13 loc) · 919 Bytes
title issue
Set local time configuration for date range rule builder
NEXT-14415

Core

  • Changed buildDate method in Core/Checkout/Cart/Rule/LineItemReleaseDateRule.php to remove zero time assignment
  • Changed buildDate method in Core/Checkout/Cart/Rule/LineItemCreationDateRule.php to remove zero time assignment

Administration

  • Deprecated datepickerConfig in src/app/component/rule/condition-type/sw-condition-line-item-creation-date/index.js
  • Deprecated datepickerConfig in src/app/component/rule/condition-type/sw-condition-line-item-creation-date/index.js
  • Changed setter of computed property fromDate in src/app/component/rule/condition-type/sw-condition-date-range/index.js to convert datetime to RFC3399 format
  • Changed setter of computed property toDate in src/app/component/rule/condition-type/sw-condition-date-range/index.js to convert datetime to RFC3399 format