OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-12-27 58b102e980498ebade894bd44b295c9a69398b6c
src/main/webapp/scripts/app/customField/customFieldAdd.controller.js
@@ -27,10 +27,11 @@
                        options : [],   //  옵션
                        optionText : "",  //  옵션 값
                        numberType : "",
                        ipAdress : "",
                        ipAddress : "",
                        email : "",
                        site : "",
                        tel : ""
                        tel : "",
                        requiredData : false
                    }
                };
@@ -106,7 +107,6 @@
                            return true;
                        }
                    }
                    return false;
                }
@@ -116,7 +116,6 @@
                    var content = angular.copy($scope.vm.form);
                    content.name = $rootScope.preventXss(content.name);
                    if ($scope.vm.form.customFieldType === 'MULTI_SELECT'|| $scope.vm.form.customFieldType === "SINGLE_SELECT") {
                        var convertDefaultValues = "";