From f2fcf329cea64d71c671f1ab17f17d1634d1464d Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 월, 07 3월 2022 17:08:23 +0900 Subject: [PATCH] - API로 이슈 추가 시 하위이슈처리기준 항목으로 동일한 업체 정보로 이슈 생성하여 하위이슈로 넣기 - 업체 테이블에 ip_start, ip_end 컬럼 추가 --- src/main/webapp/views/hostingField/hostingFieldAdd.html | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/main/webapp/views/hostingField/hostingFieldAdd.html b/src/main/webapp/views/hostingField/hostingFieldAdd.html index 99c340c..325ed18 100644 --- a/src/main/webapp/views/hostingField/hostingFieldAdd.html +++ b/src/main/webapp/views/hostingField/hostingFieldAdd.html @@ -21,13 +21,12 @@ class="form-control" autofocus kr-input - input-regex="[^a-zA-Z0-9 媛�-�옡�꽦-�뀕�뀖-�뀭\u318D\u119E\u11A2\u2022\u2025a\u00B7\uFE55]" autocomplete="off" ng-model="vm.form.name" ng-maxlength="100" maxlength="100" required> - <small translate="hostingField.enterSpecialCharacters">�샇�뒪�똿 �씠由꾩뿉�뒗 �듅�닔 臾몄옄瑜� �엯�젰 �븷�닔 �뾾�뒿�땲�떎.</small> + <!--<small translate="hostingField.enterSpecialCharacters">�샇�뒪�똿 �씠由꾩뿉�뒗 �듅�닔 臾몄옄瑜� �엯�젰 �븷�닔 �뾾�뒿�땲�떎.</small>--> </div> <div class="form-group"> <label for="hostingFieldAddForm10"> @@ -79,13 +78,12 @@ input-regex="[^0-9]" autocomplete="off" ng-model="vm.form.tels[$index]" - maxlength="11" - minlength="9"> + > <span class="select3-selection__email__remove" ng-click="fn.removeTelInput($index)">횞</span> </div> - <div ng-show="hostingFieldAddForm.tel.$error.minlength" class="help-block form-text text-danger" + <!--<div ng-show="hostingFieldAddForm.tel.$error.minlength" class="help-block form-text text-danger" translate="common.least9CharactersTel">�쟾�솕踰덊샇 �삎�떇�씠 留욎� �븡�뒿�땲�떎.(9�옄由� �씠�긽) - </div> + </div>--> </div> </div> <div class="col-lg-2 mt-25" style="margin-left: -15px"> @@ -140,11 +138,10 @@ ng-model="vm.form.url" ng-maxlength="200" maxlength="200" - ng-pattern="/(https?:\/\/)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)/" > - <div ng-show="hostingFieldAddForm.url.$error.pattern" class="help-block form-text text-danger" + <!--<div ng-show="hostingFieldAddForm.url.$error.pattern" class="help-block form-text text-danger" translate="common.invalidUrlFormat">url �삎�떇�씠 留욎� �븡�뒿�땲�떎. - </div> + </div>--> </div> </div> <div> -- Gitblit v1.8.0