mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
issue 160 old document mangagement bug fix by new management system side effect
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9191 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
270e4e7e74
commit
cd7afdc5d2
2 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ jQuery(function($){
|
|||
var $optgroup;
|
||||
|
||||
moduleList = obj.menuList;
|
||||
console.log(moduleList);
|
||||
if(moduleList)
|
||||
{
|
||||
var menuNameList = $('#menuNameList');
|
||||
|
|
|
|||
|
|
@ -1593,6 +1593,7 @@ class documentController extends document {
|
|||
$type = Context::get('type');
|
||||
$target_module = Context::get('target_module');
|
||||
$module_srl = Context::get('module_srl');
|
||||
if($target_module && !$module_srl) $module_srl = $target_module;
|
||||
$category_srl = Context::get('target_category');
|
||||
$message_content = Context::get('message_content');
|
||||
if($message_content) $message_content = nl2br($message_content);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue