Commit f69105c
authored
Fix invalidcastexception in multivalueconditionalmap (#2725)
Fix for typecast error if work item field type is not a string (e.g.,
integer) in fieldmap multivalueconditionalmap -> "Field map fault
System.InvalidCastException: Unable to cast object of type
'System.Int32' to type 'System.String'."File tree
1 file changed
+2
-2
lines changed- src/MigrationTools.Clients.TfsObjectModel/Tools/FieldMappingTool/FieldMaps
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
0 commit comments