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