|
|
@@ -303,7 +303,7 @@ class TableAcl extends Core_AclBase {
|
|
|
return false;
|
|
|
}
|
|
|
public function canReadObjectField($fieldName, $record) {
|
|
|
- if (!$this->canReadField($fieldName)) return false;
|
|
|
+ // if (!$this->canReadField($fieldName)) return false;
|
|
|
if ('ID' == $fieldName) return true;
|
|
|
if ('A_RECORD_CREATE_DATE' == $fieldName) return true;
|
|
|
if ('A_RECORD_CREATE_AUTHOR' == $fieldName) return true;
|