This adds a property, idv.doversioncheck, to allow/disallow IDV version checking. Default behavior is to always perform the check.
This approach allows subclasses of IntegratedDataViewer to simply override initInner() and set idv.doversioncheck to false before calling the IDV's initInner().
This adds a property,
idv.doversioncheck
, to allow/disallow IDV version checking. Default behavior is to always perform the check.This approach allows subclasses of
IntegratedDataViewer
to simply overrideinitInner()
and setidv.doversioncheck
tofalse
before calling the IDV'sinitInner()
.