| | |
| | | ng-model="vm.form.name" |
| | | ng-maxlength="15" |
| | | maxlength="15" |
| | | input-regex="[^a-zA-Z0-9 가-힣ㄱ-ㅎㅏ-ㅣ\u318D\u119E\u11A2\u2022\u2025a\u00B7\uFE55]" |
| | | input-regex="/[^?a-zA-Z0-9/]/" |
| | | required> |
| | | <small ng-show="issueTypeModifyForm.name.$error.maxlength" class="help-block form-text text-danger" translate="common.upTo15Characters"> |
| | | 최대 15글자까지 입력할 수 있습니다. |
| | | </small> |
| | | <small translate="managementType.limitNameToSpecialCharacters">이슈 타입 명은 특수 문자를 입력할 수 없습니다.</small> |
| | | <!--<small translate="managementType.limitNameToSpecialCharacters">이슈 타입 명은 특수 문자를 입력할 수 없습니다.</small>--> |
| | | </div> |
| | | |
| | | <div class="form-group"> |
| | |
| | | search="vm.companyName" |
| | | source="fn.getPartnerList(vm.companyName, vm.form.companies)" |
| | | input-disabled="false" |
| | | translation-texts="{ count : 'common.userNum', empty : 'common.emptyUser' }" |
| | | translation-texts="{ count : '', empty : 'common.emptyCompanyPartners' }" |
| | | extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, maxlength : 100, autoResize : true }"></js-autocomplete-multi> |
| | | |
| | | |