mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
데이터이전 또는 기타 문제로 위키모듈에서 생산된 페이지가 아닌 경우 document alias를 일괄적으로 부여할 수 있는 기능을 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6629 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
02b25cec25
commit
d384d206e7
12 changed files with 44 additions and 2 deletions
|
|
@ -115,3 +115,4 @@ function doScrap(document_srl) {
|
|||
params["document_srl"] = document_srl;
|
||||
exec_xml("member","procMemberScrapDocument", params, null);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -47,3 +47,6 @@ function doCartSetup(url) {
|
|||
popopen(url,'modulesSetup');
|
||||
}
|
||||
|
||||
function doArrangeWikiList(module_srl) {
|
||||
exec_xml('wiki','procWikiAdminArrangeList',{module_srl:module_srl},function() {location.reload();});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue