OWL ITS + 탐지시스템(인터넷 진흥원)
박지현
2022-03-11 d3d9848c0833a0835eb2fac8345c0e406e066535
src/main/webapp/views/issue/issueModifyUser.html
@@ -19,16 +19,16 @@
                                           page="vm.autoCompletePage.user.page"
                                           total-page="vm.autoCompletePage.user.totalPage"
                                           source="fn.getUserList(vm.userName, vm.form.users, vm.autoCompletePage.user.page, fn.getUserListCallBack)"
                                           translation-texts="{ empty : 'common.emptyUser'}"
                                           input-disabled="vm.form.projects.length == 0"
                                           input-disabled="vm.form.users.length == 0"
                                           translation-texts="{ empty : 'common.emptyProjectDepartment'}"
                                           extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : true, imagePathProp : 'profile',
                                               type : 'user', maxlength : 100, autoResize : true, stopRemoveBodyEvent : true }"></js-input-autocomplete>
                    <small translate="common.setParticipatingInProject">프로젝트에 참여하는 사용자를 설정합니다.</small>
                    <div class="select3-selection__choicediv">
                            <span class="select3-selection__choice" ng-repeat="user in vm.form.users">
                                <span class="avatar-w"><img ng-src="{{user.profile}}"></span>
                                <span>{{user.name}}({{user.account}})</span>
                                <span class="avatar-w"></span>
                                <img ng-src="{{department.profile}}">
                                <span>{{user.name}}({{user.id}})</span>
                                <span class="select3-selection__choice__remove"
                                      ng-click="fn.removeManager($index)">×</span>
                            </span>