DatalistTable: do not show the owner...

...as it has no meaning as of today
This commit is contained in:
Thomas Gelf 2016-11-18 16:00:52 +01:00
parent fd713e6efb
commit 14fce02448

View File

@ -32,7 +32,7 @@ class DatalistTable extends QuickTable
$view = $this->view(); $view = $this->view();
return array( return array(
'list_name' => $view->translate('List name'), 'list_name' => $view->translate('List name'),
'owner' => $view->translate('Owner'), // 'owner' => $view->translate('Owner'),
); );
} }