Use new FormInferenceContext methods
Added FormInferenceContext methods that cache coverable jurisdictions (as
returned by Coverable#CoverableState and
PolicyLine#CoveredStates) during form processing. Updated the following
form inference classes to use the new methods:
- gw.forms.FormData
- gw.forms.generic.GenericClauseSelectionForm
- gw.forms.generic.GenericCoverableTypeKeyForm
- gw.forms.generic.GenericCovTermSelectionForm
Update your form inference classes that make calls to Coverable#CoverableState or PolicyLine#CoveredStates to use the new methods.
