mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issue 160 admin setup bug fix
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9154 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
562b227f74
commit
ea20e214ba
5 changed files with 13 additions and 8 deletions
|
|
@ -504,8 +504,8 @@
|
|||
$groupSrlList = $oMemberModel->getMemberGroups($logged_info->member_srl);
|
||||
|
||||
//preg_match('/\{\$lang->menu_gnb\[(.*?)\]\}/i', $parentMenuInfo->name, $m);
|
||||
$cache_file = sprintf("./files/cache/module_info/%s.%s.php", $moduleName, Context::getLangType());
|
||||
include $cache_file;
|
||||
$oModuleModel = &getModel('module');
|
||||
$info = $oModuleModel->getModuleInfoXml($moduleName);
|
||||
|
||||
$args->menu_item_srl = (!$requestArgs->menu_item_srl) ? getNextSequence() : $requestArgs->menu_item_srl;
|
||||
$args->parent_srl = $requestArgs->parent_srl;
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ $('form.siteMap')
|
|||
function completeGetActList(obj)
|
||||
{
|
||||
var menuItem = obj.menu_item;
|
||||
console.log(menuItem);
|
||||
menuUrl = menuItem.url;
|
||||
editForm.find('.h2').html('Edit Menu');
|
||||
editForm.find('input[name=menu_srl]').val(menuItem.menu_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue