diff --git a/forms/TableListField.php b/forms/TableListField.php index 7753447ae..faf874e6f 100755 --- a/forms/TableListField.php +++ b/forms/TableListField.php @@ -444,7 +444,7 @@ JS function performReadonlyTransformation() { $this->setShowPagination(false); - $this->setPermissions(array()); + $this->setPermissions(array('show')); $this->IsReadOnly = true; $this->addExtraClass( 'readonly' ); return $this;