Skip to content

Commit

Permalink
Update app_menu.php (#159)
Browse files Browse the repository at this point in the history
Revert 'parent_uuid' to return to Applications sub menu
  • Loading branch information
ricktendo authored Jul 18, 2022
1 parent c2a76c8 commit 891f16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sessiontalk/app_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "e98894cd-ec12-447b-812d-54163fc67ca9";
$apps[$x]['menu'][$y]['parent_uuid'] = "b08f5f87-8a66-4c29-b1e6-eb0c374d59e2";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/sessiontalk/index.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
Expand Down

0 comments on commit 891f16f

Please sign in to comment.