Prevent the Matrix from showing raw data before rendering the DataTable. Fixes bug #11002

Note, this undoes the progressive enhancement work that was part of 7.7.
It was unfinished, and undocumented.
This commit is contained in:
Colin Kuskie 2009-10-21 18:04:31 -07:00
parent ece9d56a9e
commit ecd5b149ca
3 changed files with 1 additions and 1 deletions

View file

@ -4,6 +4,7 @@
- fixed template attachments are not cleaned up during purge
- fixed #11150: matrix - search boxes all ticked
- fixed #11063: template_attachments
- fixed #11002: Matrix shows backend stuff on load
7.8.2
- Added scheduled vendor payout workflow activity. (Special thanks to Martin @ Oqapi)

View file

@ -644,7 +644,6 @@ sub view {
my ($varStatistics,$varStatisticsEncoded);
my $var = $self->get;
$var->{listing_loop} = $self->getListings;
$var->{isLoggedIn} = ($session->user->userId ne "1");
$var->{addMatrixListing_url} = $self->getUrl('func=add;class=WebGUI::Asset::MatrixListing');
$var->{exportAttributes_url} = $self->getUrl('func=exportAttributes');