From bd1c287e725d5cabb8aa787d52c796a64ae6c782 Mon Sep 17 00:00:00 2001 From: seshukm Date: Tue, 4 Apr 2017 17:17:55 +0530 Subject: Integration issues Integration of the Client pages to Main GUI IssueId : CLIENT-189 Change-Id: Ifda97e420f5e83ee9c299e5a1dbb2d1e94b3d1b5 Signed-off-by: seshukm --- resmgr/src/main/webapp/resmgr/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resmgr') diff --git a/resmgr/src/main/webapp/resmgr/js/app.js b/resmgr/src/main/webapp/resmgr/js/app.js index 62f78ab4..be7b5ee1 100644 --- a/resmgr/src/main/webapp/resmgr/js/app.js +++ b/resmgr/src/main/webapp/resmgr/js/app.js @@ -261,7 +261,7 @@ var app = angular.module("ResourceMgrApp", ["ui.router", "ngTable"]) $scope.numericErr = false; } $scope.saveData = function(id) { - if (!$scope.textboxErrName && $scope.textboxErrMe) { + if (!$scope.textboxErrName && !$scope.textboxErrMe) { var ports ={}; ports.logicalTerminationPoint=$scope.port; if(id) { -- cgit 1.2.3-korg