From: Ittay Stern Date: Wed, 12 Jun 2019 14:27:08 +0000 (+0300) Subject: Find the first selected scale-out vfModule (fix) X-Git-Tag: 5.0.0~59 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F90053%2F1;p=vid.git 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 (cherry picked from commit 71e820e32bd4f32aff4026fc55c6bb1f5891a0c2) --- diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js b/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js index 02242cb37..2eaa7513e 100644 --- a/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js @@ -222,9 +222,7 @@ try{ var requestInfoData ={}; var requestParametersData ={}; - var moduleToScale = _.find(vnf.vfModules, function(key, item){ - return !item.scale; - }); + var moduleToScale = _.find(vnf.vfModules, {"scale": true}); if (vnf.availableVersions && vnf.availableVersions.length!=0){ requestInfoData ={