Fix for VID Service Type drop down 97/11697/3
authorbmatt <Brian.Matt@windstream.com>
Mon, 11 Sep 2017 14:50:20 +0000 (14:50 +0000)
committerbmatt <Brian.Matt@windstream.com>
Wed, 13 Sep 2017 14:00:27 +0000 (14:00 +0000)
commit7f848fd111de13778e3d88ff6839ed2ccafd46e4
tree9d6b20d1f8c1e93a85a619c879c6e558ebad21fe
parent88c6547f8db69a1a354988a6449c659af536c573
Fix for VID Service Type drop down

IS_SINGLE_OPTION_AUTO_SELECTED was defaulted to true in the parameterBlock directive which was breaking the onChange hook for VID to populate service type. Added a parameter property of isSingleOptionAutoSelected to allow overriding this value on a parameter basis.

Issue-ID: VID-54
Change-Id: I74b22c0e97a23c19ceb800af27036919dafb1fea
Signed-off-by: bmatt <Brian.Matt@windstream.com>
vid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js
vid-app-common/src/main/webapp/app/vid/scripts/directives/parameterBlockDirective.js