add option to keep an app in the top and side menu
This commit is contained in:
parent
50c65811a6
commit
d34b41ba94
13 changed files with 198 additions and 97 deletions
|
|
@ -97,7 +97,7 @@ class PersonalSettingController extends Controller
|
|||
}
|
||||
}
|
||||
|
||||
if ('top-menu-apps' === $name) {
|
||||
if (in_array($name, ['top-menu-apps', 'top-side-menu-apps'])) {
|
||||
$doSave = true;
|
||||
$data = json_decode($value, true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue