Skip to content

Commit eeb6fc4

Browse files
authored
Fix LT-22155: Merge entry/sense is losing some custom fields (#458)
1 parent 4b1b9df commit eeb6fc4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Src/FdoUi/FdoUiCore.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,11 @@ public void MergeUnderlyingObject(bool fLoseNoTextData)
11551155
mergeCandidates.Sort();
11561156
dlg.SetDlgInfo(m_cache, m_mediator, m_propertyTable, wp, dObj, mergeCandidates, guiControl, helpTopic);
11571157
if (DialogResult.OK == dlg.ShowDialog(mainWindow))
1158+
{
11581159
ReallyMergeUnderlyingObject(dlg.Hvo, fLoseNoTextData);
1160+
// Refresh in case "Sense Number" was 0 in the target and non-0 in the source (LT-22155).
1161+
m_mediator.SendMessage("MasterRefresh", null);
1162+
}
11591163
}
11601164
}
11611165
}

0 commit comments

Comments
 (0)