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
|
|
@ -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)
|
||||
|
|
|
|||
BIN
docs/upgrades/packages-7.8.3/matrix-default-view-template.wgpkg
Normal file
BIN
docs/upgrades/packages-7.8.3/matrix-default-view-template.wgpkg
Normal file
Binary file not shown.
|
|
@ -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