mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 03:42:18 +09:00
issue 70 menu admin modified. after process, redirect url
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8871 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1b198a605a
commit
3d086d8ac5
1 changed files with 7 additions and 0 deletions
|
|
@ -259,6 +259,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
$this->setMessage('success_updated', 'info');
|
||||
if(!in_array(Context::getRequestMethod(),array('XMLRPC','JSON'))) {
|
||||
$returnUrl = Context::get('success_return_url') ? Context::get('success_return_url') : getNotEncodedUrl('', 'module', 'admin', 'act', 'dispMenuAdminManagement', 'menu_srl', $args->menu_srl);
|
||||
$this->setRedirectUrl($returnUrl);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
function moveMenuItem($menu_srl,$parent_srl,$source_srl,$target_srl,$mode){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue