From f5f16e1a677baad3e52224c39186dc1a6b7aede8 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 3 Nov 2015 09:24:42 +0100 Subject: [PATCH] ListController: remove obsolete actions --- application/controllers/ListController.php | 35 ---------------------- 1 file changed, 35 deletions(-) diff --git a/application/controllers/ListController.php b/application/controllers/ListController.php index 97b87ca1..ee39e845 100644 --- a/application/controllers/ListController.php +++ b/application/controllers/ListController.php @@ -59,41 +59,6 @@ class ListController extends ActionController $this->render('table'); } - public function syncpropertyAction() - { - $this->view->addLink = $this->view->qlink( - $this->translate('Add sync property rule'), - 'director/syncproperty/add' - ); - - $this->setImportTabs()->activate('syncproperty'); - $this->view->title = $this->translate('Sync property'); - $this->view->table = $this->loadTable('syncproperty')->setConnection($this->db()); - $this->render('table'); - } - - public function datalistentryAction() - { - $listId = $this->params->get('list_id'); - $this->view->lastId = $listId; - - $this->view->addLink = $this->view->qlink( - $this->translate('Add entry'), - 'director/datalistentry/add' . '?list_id=' . $listId - ); - - $this->view->title = $this->translate('List entries'); - $this->getTabs()->add('editlist', array( - 'url' => 'director/datalist/edit' . '?id=' . $listId, - 'label' => $this->translate('Edit list'), - ))->add('datalistentry', array( - 'url' => 'director/datalistentry' . '?list_id=' . $listId, - 'label' => $this->view->title, - ))->activate('datalistentry'); - - $this->prepareAndRenderTable('datalistEntry'); - } - public function datafieldAction() { $this->view->addLink = $this->view->qlink(