ActionController: remove legacy syncproperty tab

This commit is contained in:
Thomas Gelf 2015-09-14 16:55:19 +02:00
parent 1a553df185
commit 7b6245dc0a
1 changed files with 0 additions and 3 deletions

View File

@ -63,9 +63,6 @@ abstract class ActionController extends Controller
)->add('syncrule', array( )->add('syncrule', array(
'label' => $this->translate('Sync rule'), 'label' => $this->translate('Sync rule'),
'url' => 'director/list/syncrule') 'url' => 'director/list/syncrule')
)->add('syncproperty', array(
'label' => $this->translate('Sync Property'),
'url' => 'director/list/syncproperty')
); );
return $this->view->tabs; return $this->view->tabs;
} }