src/main/webapp/scripts/app/issue/issueAdd.controller.js
@@ -314,8 +314,8 @@ function containsPartner(name) { var result = false; if ($scope.vm.viewer.useCompanyVo != null) { $scope.vm.viewer.useCompanyVo.forEach(function (partnerVo) { if ($scope.vm.viewer.usePartnerVo != null) { $scope.vm.viewer.usePartnerVo.forEach(function (partnerVo) { if (name === partnerVo.name) { result = true; }