ActionController: remove legacy syncproperty tab
This commit is contained in:
parent
1a553df185
commit
7b6245dc0a
|
@ -63,9 +63,6 @@ abstract class ActionController extends Controller
|
|||
)->add('syncrule', array(
|
||||
'label' => $this->translate('Sync rule'),
|
||||
'url' => 'director/list/syncrule')
|
||||
)->add('syncproperty', array(
|
||||
'label' => $this->translate('Sync Property'),
|
||||
'url' => 'director/list/syncproperty')
|
||||
);
|
||||
return $this->view->tabs;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue