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)
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

index 02242cb..2eaa751 100644 (file)
                                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 ={