Find the first selected scale-out vfModule (fix) 53/90053/1
authorIttay Stern <ittay.stern@att.com>
Wed, 12 Jun 2019 14:27:08 +0000 (17:27 +0300)
committerIttay Stern <ittay.stern@att.com>
Tue, 18 Jun 2019 05:48:33 +0000 (05:48 +0000)
commit05b9d57045bcff4535b7285d5181135e3cc7dcdc
treed5a8e467fa62bc0a41976694f6dec9d0736efdce
parent6c98119d3f394b85683aa1625ca2c63d76235e36
Find the first selected scale-out vfModule (fix)

Issue in original code is that it used callback function(key, item), but
function(item) or function(item, key) is the correct parameters order.

See https://lodash.com/docs/4.17.11#find

Issue-ID: VID-487

Change-Id: I6101f913f50f80c2c7afa636b5f53486088a0289
Signed-off-by: Ittay Stern <ittay.stern@att.com>
(cherry picked from commit 71e820e32bd4f32aff4026fc55c6bb1f5891a0c2)
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js