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

@ -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');