Set annotation id to "Migration" for Migration Errors.
This commit is contained in:
parent
9bc84679d3
commit
18ca100f95
@ -216,6 +216,7 @@ namespace DataLoader
|
||||
{
|
||||
ItemAnnotation ia = item.ItemAnnotations.Add(MigrationErrorType);
|
||||
ia.SearchText = str;
|
||||
ia.UserID = "Migration";
|
||||
}
|
||||
if (!item.IsSavable) ErrorRpt.ErrorReport(item);
|
||||
item.Save();
|
||||
|
Loading…
x
Reference in New Issue
Block a user