| | |
| | | } |
| | | break; |
| | | |
| | | case "ISPFIELD_MODIFY" : |
| | | if ($rootScope.checkMngPermission('USER_PERMISSION_MNG_CUSTOME_FIELD')) { |
| | | makeTag += "<span class='titlename cursor table-word-break-all' ng-click='event.modify(data.id)'>" + scope.data.name.replace(/</gi, '<') + "</span>"; |
| | | } |
| | | else { |
| | | makeTag += "<span class='titlename not-modify table-word-break-all'>" + scope.data.name + "</span>"; |
| | | } |
| | | break; |
| | | |
| | | case "HOSTINGFIELD_MODIFY" : |
| | | if ($rootScope.checkMngPermission('USER_PERMISSION_MNG_CUSTOME_FIELD')) { |
| | | makeTag += "<span class='titlename cursor table-word-break-all' ng-click='event.modify(data.id)'>" + scope.data.name.replace(/</gi, '<') + "</span>"; |
| | | } |
| | | else { |
| | | makeTag += "<span class='titlename not-modify table-word-break-all'>" + scope.data.name + "</span>"; |
| | | } |
| | | break; |
| | | |
| | | case "ISSUE_CUSTOM_FIELD_VALUE_VIEW" : |
| | | var values = []; |
| | | |