Fix to the TagPanel not to fail if it is expanded
Only refresh list if visible Removed debugging Fixed report to work with MSWord Section changes
This commit is contained in:
@@ -1520,7 +1520,7 @@ namespace VEPROMS
|
||||
// if our active tab is a Word attachment, call the Click even on the RO tab
|
||||
// to ensure that the RO FST is loaded. This fixes a bug where if the first thing you
|
||||
// open is a Word attachment, the RO panel would not have the RO's listed.
|
||||
if (infoPanel.Expanded && _CurrentItem.HasWordContent)
|
||||
if (infoPanel.Expanded && _CurrentItem != null && _CurrentItem.HasWordContent)
|
||||
infotabRO_Click(sender, e);
|
||||
}
|
||||
#endregion
|
||||
|
Reference in New Issue
Block a user