From 14fce0244843f4c109918b3ab41533d7e9a17edd Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 18 Nov 2016 16:00:52 +0100 Subject: [PATCH] DatalistTable: do not show the owner... ...as it has no meaning as of today --- application/tables/DatalistTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/tables/DatalistTable.php b/application/tables/DatalistTable.php index 4181c713..584e6158 100644 --- a/application/tables/DatalistTable.php +++ b/application/tables/DatalistTable.php @@ -32,7 +32,7 @@ class DatalistTable extends QuickTable $view = $this->view(); return array( 'list_name' => $view->translate('List name'), - 'owner' => $view->translate('Owner'), + // 'owner' => $view->translate('Owner'), ); }