Index: arms/html/reqStatus/content-container.html =================================================================== diff -u -radf7c53fa4c5e71b9e37fd004b25c0ac6e4e9e78 -raadb593469e577eff05f6c8296bdb02ec0a8cd50 --- arms/html/reqStatus/content-container.html (.../content-container.html) (revision adf7c53fa4c5e71b9e37fd004b25c0ac6e4e9e78) +++ arms/html/reqStatus/content-container.html (.../content-container.html) (revision aadb593469e577eff05f6c8296bdb02ec0a8cd50) @@ -265,7 +265,7 @@
- 4. Product(Service) - Version - 요구사항 - Issue 를 확인하세요 + 6. Product(Service) - Version - 요구사항 - Issue 를 확인하세요

링크드 이슈 및 서브테스크는 요구사항 이슈 키 컬럼의 아이콘을 클릭하세요.

Index: arms/js/reqStatus.js =================================================================== diff -u -radf7c53fa4c5e71b9e37fd004b25c0ac6e4e9e78 -raadb593469e577eff05f6c8296bdb02ec0a8cd50 --- arms/js/reqStatus.js (.../reqStatus.js) (revision adf7c53fa4c5e71b9e37fd004b25c0ac6e4e9e78) +++ arms/js/reqStatus.js (.../reqStatus.js) (revision aadb593469e577eff05f6c8296bdb02ec0a8cd50) @@ -5,8 +5,8 @@ var reqStatusDataTable; var dataTableRef; -var selectedIssue; //선택한 이슈 -var selectedIssueKey; //선택한 +var selectedIssue; //선택한 이슈 +var selectedIssueKey; //선택한 이슈 키 function execDocReady() { Index: reference/jquery-plugins/lou-multi-select-0.9.12/js/jquery.multi-select.js =================================================================== diff -u -r197725730189104698f52f769601dc761d68a910 -raadb593469e577eff05f6c8296bdb02ec0a8cd50 --- reference/jquery-plugins/lou-multi-select-0.9.12/js/jquery.multi-select.js (.../jquery.multi-select.js) (revision 197725730189104698f52f769601dc761d68a910) +++ reference/jquery-plugins/lou-multi-select-0.9.12/js/jquery.multi-select.js (.../jquery.multi-select.js) (revision aadb593469e577eff05f6c8296bdb02ec0a8cd50) @@ -118,10 +118,10 @@ if(serverType === "온프레미스" || serverType ==="클라우드") { if (serverType === "온프레미스") { - selectableLi = $('
  • '+that.escapeHTML($option.text())+'
  • '); + selectableLi = $('
  • '+that.escapeHTML($option.text())+'
  • '); } if (serverType === "클라우드") { - selectableLi = $('
  • '+that.escapeHTML($option.text())+'
  • '); + selectableLi = $('
  • '+that.escapeHTML($option.text())+'
  • '); } } else { selectableLi = $('
  • '+that.escapeHTML($option.text())+'
  • ');