case 3823

This commit is contained in:
2020-10-15 20:36:08 +00:00
parent 6ce273b16b
commit fb9066d5d1
6 changed files with 29 additions and 11 deletions

View File

@@ -1848,7 +1848,7 @@ namespace AyaNova
object oId = e.Cell.Row.Cells["RootObjectID"].Value;
if (oId != null && oId is Guid)
{
bRefreshGrid = Util.EditRecord(RootObjectTypes.ClientNote, (Guid)oId);
bRefreshGrid = Util.EditRecord(i.RootObjectType, i.Value, new TypeAndID(RootObjectTypes.ClientNote, (Guid)oId));
}
else
{