title | issue | author | author_email | author_github |
---|---|---|---|---|
Fixed dashboard stats not responding to selected timezone |
NEXT-19771 |
Eric Heinzl |
xPand4B |
- Changed
sw-dashboard-statistics
component to respond correctly to user timezone changes- Changed deprecated
sw-dashboard-index
page as well with the same behaviour
- Changed deprecated
- Deprecated
todayBucket
inadministration/src/module/sw-dashboard/component/sw-dashboard-statistics/index.js
. UsetodayBucketCount
instead. - Deprecated
formatDate
inadministration/src/module/sw-dashboard/component/sw-dashboard-statistics/index.js
. UseformatDateToISO
instead. - Added
dateWithUserTimezone
helper insrc/Administration/Resources/app/administration/src/core/service/utils/format.utils.ts