diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 3835f788b..e488cc0a1 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -9,6 +9,8 @@ - fixed #10238: Edit Calendar Event not working when proxy cache disabled - Fixed a bug in the RssFeed aspect that would cause the wrong HEAD links to be made for the feeds when exporting. - Fixed a bug in the YUI simple editor for survey editing which was leaking memory. Also improved the object edit templates. + - fixed #10184: Matrix 2.0 - Version Tag Duplicate Type + 7.7.4 - rfe: Extend DateTime for Week-Nrs (#9151) - fixed: 7.6 upgrade left some default content marked as packages diff --git a/lib/WebGUI/Asset/MatrixListing.pm b/lib/WebGUI/Asset/MatrixListing.pm index 0eed343b9..6d5c43759 100644 --- a/lib/WebGUI/Asset/MatrixListing.pm +++ b/lib/WebGUI/Asset/MatrixListing.pm @@ -210,7 +210,6 @@ sub definition { ); push(@{$definition}, { assetName=>$i18n->get('assetName'), - icon=>'MatrixListing.gif', autoGenerateForms=>1, tableName=>'MatrixListing', className=>'WebGUI::Asset::MatrixListing',