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:
parent
ece9d56a9e
commit
ecd5b149ca
3 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue