Github user r7raul1984 commented on a diff in the pull request:

    https://github.com/apache/eagle/pull/765#discussion_r95098855
  
    --- Diff: 
eagle-server/src/main/webapp/app/dev/public/js/ctrls/alertEditCtrl.js ---
    @@ -304,6 +304,15 @@
                        return false;
                };
     
    +
    +           $scope.checkPolicyName = function () {
    +                   if($scope.policy.name.length > 50) {
    +                           return "length should less than 50";
    +                   }
    +                   return false;
    --- End diff --
    
    Yes,I agree with you.But I see checkPublisherName return false. So I 
consistent with checkPublisherName  method. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to