Release Notes / Version 10.2104
Table Of ContentsThe user preference "Show Products and Categories as Content" has been fixed. In addition to this, the lazy loading for the repository tree view has been fixed too.
In order to fix the lazy loading problem, the interface TreeFilter.as as has been removed from the product. It was used by the plugin RegisterLibraryTreeFilter which also has different configuration attributes now. An example usage can be found in the file CatalogStudioPlugin.mxml of the Blueprint. Instead of passing a TreeFilter instance, the plugin simply takes an absolute or site-relative path as input parameter. This path is then hidden from the user.
(CMS-14533)