salesagility / SuiteCRM-Outlook-Plugin

GNU Lesser General Public License v3.0
64 stars 69 forks source link

Release candidate based on build 3.0.21.46 #103

Closed simon-brooke closed 5 years ago

simon-brooke commented 5 years ago

I acknowledge that the agreement this morning was to base the release candidate on build 3.0.21.43, but code review indicates .46 fixes the following issues with respect to that build:

  1. In MeetingSyncState.ReallyChanged, check for cache being null before checking properties of the cache, thuse preventing a NullReferenceException;
  2. Handle NullReferenceException in SettingsDialog.LoadSettings and SettingsDialog.PopulateDirectionsMenu;
  3. Added state/transition documentation.