-
Type: Sprint Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Bad Data
-
Affects Version/s: CFA 2021R2
-
Fix Version/s: CFA 2021R1
-
Component/s: Ordering
-
Labels:None
-
SCRUM Team:Brotherhood of Mutants
-
Story Points:2
-
Source Code ID(s):
-
Sprint:2021.R2 New Features Sprint 1, 2021.R2 New Features Sprint 2
Most likely bad data
Only store: 01171 - Dulles Town Crossing FSU
New Store: College Mall ^Added 1-27-2021 ^
Url: https://m.inform.jatesting.cfahome.com/#/Administration/Settings/OrderSchedule
Steps
1. Navigate to Mobile and to store above
2. Then navigate to the URL and see ROF
It's only happening on this store after running automation, so guessing it's bad data. Below, you will find the elmah log output.
There is an existing Scheduled order on the create order page that should have been removed when the schedule was removed which is most likely the source of the problem.
AutoMapper.AutoMapperMappingException: Error mapping types.
Mapping types:
IEnumerable`1 -> IEnumerable`1
System.Collections.Generic.IEnumerable`1[[Mx.Administration.Services.Models.OrderActionItem, Mx.Administration.Services.Models, Version=21.2.0.3814, Culture=neutral, PublicKeyToken=null]] -> System.Collections.Generic.IEnumerable`1[[Mx.Administration.Services.Contracts.Responses.GetActionItemResponse, Mx.Administration.Services.Contracts, Version=21.2.0.3814, Culture=neutral, PublicKeyToken=null]] ---> AutoMapper.AutoMapperMappingException: Error mapping types.
Mapping types:
OrderActionItem -> GetActionItemResponse
Mx.Administration.Services.Models.OrderActionItem -> Mx.Administration.Services.Contracts.Responses.GetActionItemResponse
Type Map configuration:
OrderActionItem -> GetActionItemResponse
Mx.Administration.Services.Models.OrderActionItem -> Mx.Administration.Services.Contracts.Responses.GetActionItemResponse