|
|
@@ -125,6 +125,7 @@ class AntAclBase extends Core_AclBase {
|
|
|
return $cols;
|
|
|
}
|
|
|
public function getRealFieldList() {
|
|
|
+ $this->_fetchInfoFromZasobyIfNeeded();
|
|
|
$pkField = $this->getPrimaryKeyField();
|
|
|
$cols = array_merge([ $pkField ], array_filter($this->getLocalFieldList(), function ($fieldName) use ($pkField) {
|
|
|
if ($pkField === $fieldName) return false;
|