Home » Releases » Release notes » Litium Studio 4.5.1 » Hotfix 7
This is a cumulative hotfix that includes fixes for critical bugs discovered since version 4.5.1 including those in Hotfix 1-6.
Release date: April
Download Litium Studio 4.5.1 Hotfix 7 (You need to be signed in to access the release page)
Improvements
Web Publishing module
14196 Performance improvements with a cache to get all websites
14197 Performance improvements using the cache to get page on a website based on the short name
Product Catalog module
14165 The article name column is locked when editing multiple articles. Read more: Configure which field to display as Display Name
14177 (See 14165)
14167 A new filter area in the search result page
14176 (See 14167)
14191 Performance improvements with a cache to get parentIDs, products and product groups recursive and product publish status
Relations module
14194 Performance improvements with a cache to get child organizations
14195 Performance improvements with a cache for roles
Fixes
General
14111 An exception is thrown if removing Chinese language in the control panel
Web Publishing module
13797 After updating a page type, the previously updated page type remains marked
14113 An error is displayed when searching for page responsible users
14162 (see 14113)
14222 There is no scrollbar for persons when adding page responsibility for a page
Product Catalog module
13354 ArticleGroupCache is not refreshing the parent when adding a child group
13657 The save button is disabled in edit mode when a product catalog item has fields that are Text Long and Write protected
14137 (see 13657)
14103 Sometimes there is an error during transitions between tabs in Article edit mode
14105 Searching for content in long text strings will not get hits if not using leading and ending wildcards, for example "*car*" (Note: Breaking change - see Developers notes below)
14107 ProductGroup.Products.GetAllPublishedProducts(true) will not get products in the current product group
14129 Product Catalog Batch edit is not working after search
14159 (See 14129)
14139 “Add article" in Product Catalog Edit variant group is not working
14140 Product Catalog Batch edit of variants is not working
14155 After upgrade from 4.3 to 4.5.1 it is not possible to filter by variants
14161 Upgraded product and product group URL:s can contain "+" which is not an allowed character in URL:s
14163 Users with only GUI permission in back office cannot find unpublished product groups in search
14172 Integrations updates properties whether or not the property is changed, causing unnecessary index rebuilds
14179 Product Catalog Copy article button is disabled after search. Read more: How to copy and paste an item from search results
14213 Unable to paste the copy/cut from the product catalog after changing view
Media Archive module
13759 Metadata in the media archive is not searchable
Developers notes
Breaking change regarding bug 14105
If you have built your own search indices with the help of Litium.Framework.Search library, the IndexDocument is changed to take:
• the new DocumentTag instead of Tag
• the new ReadableDocumentTag instead of ReadableTag
This change is made because the indexing part needs more parameters on how to store and analyze the data on each tag.
Note: If you do not alter these tags, your solution will not be able to compile since this is a breaking change.
Comments made
No comments are made
You need to be logged in to make a comment