Errata - 3.3.0 Database table view access in Community
We have been advised of a bug when clicking the database table to view under menu → Admin → Database → List Tables.
A work-around is to view the database table details in Professional or Enterprise.
A patch is below. Edit file open-audit/code_igniter/application/controllers/include_read.php. Lines 51 and 52 are as below
} $this->response->dictionary = $this->{'m_'.$this->response->meta->collection}->dictionary();
They should be
} else { $this->response->dictionary = $this->{'m_'.$this->response->meta->collection}->dictionary(); }
A patched file can also be found on github at https://github.com/Opmantek/open-audit/blob/master/code_igniter/application/controllers/include_read.php
Apologies for any inconvenience.