Skip to content

Commit

Permalink
Remove wrong Synchronization broken link in the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jacalvo committed Mar 29, 2015
1 parent 792d1e1 commit d30db1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions main/samba/ChangeLog
@@ -1,3 +1,5 @@
HEAD
+ Remove wrong Synchronization broken link in the menu
4.1
+ Remove deprecated OpenChange notifications settings in smb.conf
+ Disable administrator account expiration on provision
Expand Down
3 changes: 0 additions & 3 deletions main/samba/src/EBox/Samba.pm
Expand Up @@ -1915,9 +1915,6 @@ sub menu
$folder->add(new EBox::Menu::Item(
'url' => 'Samba/Composite/UserTemplate',
'text' => __('User Template'), order => 30));
$folder->add(new EBox::Menu::Item(
'url' => 'Samba/View/Master',
'text' => __('Synchronization'), order => 40));

$folder->add(new EBox::Menu::Item(
'url' => 'Samba/Composite/Settings',
Expand Down

0 comments on commit d30db1e

Please sign in to comment.