mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
#17596607 : added a feature managing issues (change milestone, component, and etc.)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5315 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dbe08ac9aa
commit
04f980fca4
14 changed files with 220 additions and 19 deletions
|
|
@ -4,6 +4,18 @@
|
|||
* @brief 관리자용 javascript
|
||||
**/
|
||||
|
||||
function doManageIssue() {
|
||||
var fo_obj = jQuery("#fo_management").get(0);
|
||||
|
||||
procFilter(fo_obj, manage_checked_issue);
|
||||
}
|
||||
|
||||
function completeManageIssue(ret_obj) {
|
||||
if(opener) opener.window.location.reload();
|
||||
alert(ret_obj['message']);
|
||||
window.close();
|
||||
}
|
||||
|
||||
/* 모듈 생성 후 */
|
||||
function completeInsertProject(ret_obj) {
|
||||
var error = ret_obj['error'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue