mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 23:32:54 +09:00
게시판 관리자가 분류를 추가/삭제/이동/수정 하지 못하는 권한 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6015 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d5d2220df4
commit
658bafbd46
10 changed files with 270 additions and 246 deletions
|
|
@ -142,7 +142,7 @@ function moveVar(type, module_srl, var_idx) {
|
|||
params['module_srl'] = module_srl;
|
||||
params['var_idx'] = var_idx;
|
||||
var response_tags = new Array('error','message');
|
||||
exec_xml('document','procAdminMoveExtraVar', params, function() { location.reload(); });
|
||||
exec_xml('document','procDocumentAdminMoveExtraVar', params, function() { location.reload(); });
|
||||
}
|
||||
|
||||
function completeRestoreTrash(ret_obj) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue