|
@@ -138,7 +138,7 @@ public class DynamicProblemsColumn<TEntity> : DynamicImageColumn
|
|
|
{
|
|
|
using (new WaitCursor())
|
|
|
Client.Save(entity, "Resolving Issues", (o, e) => { });
|
|
|
- row.Table.LoadRow(entity);
|
|
|
+ row.Table.FillRow(row, entity);
|
|
|
_parent.InvalidateRow(row);
|
|
|
}
|
|
|
}
|