From fe2b018f2c33d4444ed8a9c731f78e8f9ec6aadc Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 화, 14 12월 2021 10:37:28 +0900 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/main/webapp/scripts/components/utils/autoComplete.controller.js | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/webapp/scripts/components/utils/autoComplete.controller.js b/src/main/webapp/scripts/components/utils/autoComplete.controller.js index dae28cc..638c1dd 100644 --- a/src/main/webapp/scripts/components/utils/autoComplete.controller.js +++ b/src/main/webapp/scripts/components/utils/autoComplete.controller.js @@ -133,13 +133,13 @@ function getIssueList(query, issueTypeId, excludeList, page, callBack) { var conditions = { name : query, - issueTypeIds : (function () { + /*issueTypeIds : (function () { var ids = []; ids.push(issueTypeId); return ids; - })(), + })(),*/ excludeIds : (function () { var excludeIds = []; @@ -175,13 +175,13 @@ function getDownIssueList(query, issueTypeId, excludeList, page, callBack) { var conditions = { name : query, - // issueTypeIds : (function () { - // var ids = []; - // - // ids.push(issueTypeId); - // - // return ids; - // })(), + issueTypeIds : (function () { + var ids = []; + + ids.push(issueTypeId); + + return ids; + })(), excludeIds : (function () { var excludeIds = []; -- Gitblit v1.8.0