mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
#18069686 * 외부페이지 생성할 수 없는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6530 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8cd407cf08
commit
15259cb9e4
3 changed files with 1 additions and 6 deletions
|
|
@ -35,6 +35,7 @@
|
||||||
|
|
||||||
// module_srl의 값에 따라 insert/update
|
// module_srl의 값에 따라 insert/update
|
||||||
if(!$args->module_srl) {
|
if(!$args->module_srl) {
|
||||||
|
$args->module_srl = getNextSequence();
|
||||||
$output = $oModuleController->insertModule($args);
|
$output = $oModuleController->insertModule($args);
|
||||||
$msg_code = 'success_registed';
|
$msg_code = 'success_registed';
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
|
|
@ -78,10 +78,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// module_srl이 없으면 sequence값으로 미리 구해 놓음
|
|
||||||
if(!$module_srl) $module_srl = getNextSequence();
|
|
||||||
Context::set('module_srl',$module_srl);
|
|
||||||
|
|
||||||
// 레이아웃 목록을 구해옴
|
// 레이아웃 목록을 구해옴
|
||||||
$oLayoutMode = &getModel('layout');
|
$oLayoutMode = &getModel('layout');
|
||||||
$layout_list = $oLayoutMode->getLayoutList();
|
$layout_list = $oLayoutMode->getLayoutList();
|
||||||
|
|
|
||||||
|
|
@ -10,10 +10,8 @@
|
||||||
<param name="module_category_srl" target="module_category_srl" />
|
<param name="module_category_srl" target="module_category_srl" />
|
||||||
<param name="layout_srl" target="layout_srl" />
|
<param name="layout_srl" target="layout_srl" />
|
||||||
<param name="browser_title" target="browser_title" />
|
<param name="browser_title" target="browser_title" />
|
||||||
<param name="is_default" target="is_default" />
|
|
||||||
<param name="caching_interval" target="opage_caching_interval" />
|
<param name="caching_interval" target="opage_caching_interval" />
|
||||||
<param name="path" target="opage_path" />
|
<param name="path" target="opage_path" />
|
||||||
<param name="view" target="view" />
|
|
||||||
</parameter>
|
</parameter>
|
||||||
<response callback_func="completeInsertOpage">
|
<response callback_func="completeInsertOpage">
|
||||||
<tag name="error" />
|
<tag name="error" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue