February 21, 2020
Issues Resolved
[ZPD-9117/ZLMC-1160] - The following methods of UserAgent.cs file were not overridable and therefore were made protected:
ClearAddressCache
ClearSessionAddress
ClearUserAccountKeySessionAddress
ClearCartModelSessionKeyAddress
[ZPD-8866/ZLMC-1094] - Some details were missing in the ERP Scheduler Status email and were therefore added.
To add the changes,
Following were added:
GenerateSchedulerActivityLogEmailText method in ITouchPointConfigurationService.cs file
GenerateSchedulerActivityLogEmailTetx method in TouchPointConfigurationService.cs file
FailedSchedulerStatus & SucessSchedulerStatus key in ERP_Resources
SendSchedulerActivityLog method of TouchPointConfigurationService.cs file was modified
Important:
GenerateSchedulerActivityLogEmail method of TouchPointConfigurationService.cs file is marked as obsolete, therefore it is recommended to use the new methods
[ZPD-8896] - Admin - The required categories were not getting displayed in the Associate Category popup while configuring the Home Content for the store.
To resolve this issue, changes were made in the following methods of CMSWidgetConfigurationService.cs file:
GetMongoCategoryQuery
GetMongoQuery
GetAssociatedCategories