mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 09:52:17 +09:00
Merge pull request #1587 from YJSoft/bugfix/groupsrl
fix #1586 메뉴 노출 대상 그룹이 1개 이상일 경우 메뉴명 수정이 안되는 문제 수정
This commit is contained in:
commit
832b3fa178
1 changed files with 2 additions and 5 deletions
|
|
@ -728,11 +728,8 @@ class menuAdminController extends menu
|
|||
|
||||
if($request->menu_desc) $args->desc = $request->menu_desc;
|
||||
else $args->desc = '';
|
||||
|
||||
if(count($args->group_srls) == 0)
|
||||
{
|
||||
unset($args->group_srls);
|
||||
}
|
||||
|
||||
unset($args->group_srls);
|
||||
$args->open_window = $request->menu_open_window;
|
||||
$args->expand = $request->menu_expand;
|
||||
$output = executeQuery('menu.updateMenuItem', $args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue