superfell / zkSforce

Cocoa library for calling the Salesforce.com Web Services API
https://pocketsoap.com/osx/zksforce/
MIT License
76 stars 27 forks source link

Nil check before adding to cached values #31

Closed anashalb closed 8 years ago

anashalb commented 8 years ago

Crashing when validFor picklistEntry value is not set a.k.a. the dependant picklist entry is not valid for any controller field picklist entry. Had to add a nil check before adding the new value to the cached values dictionary.

superfell commented 8 years ago

Thanks