You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/06/04 07:41:44 UTC

[GitHub] [incubator-dolphinscheduler] 597365581 edited a comment on issue #2892: [BUG] When editing user information, clear the phone number, the database table t_ds_user.phone is not cleared

597365581 edited a comment on issue #2892:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2892#issuecomment-638667364


   I will fix this bug ,phone is not must need。but code is          if (StringUtils.isNotEmpty(phone)) {
               if (!CheckUtils.checkPhone(phone)){
                   putMsg(result, Status.REQUEST_PARAMS_NOT_VALID_ERROR,phone);
                   return result;
               }
               user.setPhone(phone);
           }


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org