This commit is contained in:
@@ -475,7 +475,7 @@ namespace AyaNova.Biz
|
||||
var res = await CreateAsync(o);
|
||||
if (res == null)
|
||||
{
|
||||
ImportResult.Add($"❌ {o.Name} - {this.GetErrorsAsString()}");
|
||||
ImportResult.Add($"❌ {o.Name}\r\n{this.GetErrorsAsString()}");
|
||||
this.ClearErrors();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user