문서 이동 / 첨부 파일 삭제 기능 개선

This commit is contained in:
conory 2018-01-24 21:23:00 +09:00
parent b180270e08
commit 3d2ade4aa1
14 changed files with 253 additions and 234 deletions

View file

@ -94,6 +94,11 @@ class tagController extends tag
$oTagController = getAdminController('tag');
return $oTagController->deleteModuleTags($module_srl);
}
function triggeMoveDocumentModule($obj)
{
executeQuery('tag.updateTagModule', $obj);
}
}
/* End of file tag.controller.php */
/* Location: ./modules/tag/tag.controller.php */