Try our conversational search powered by Generative AI!

Sorting page and block types not working

Found in

EPiServer.CMS.Core 11.16.0

Fixed in

EPiServer.CMS.UI 11.30.0

(Or a related package)

Created

Jun 18, 2020

Updated

Sep 28, 2020

Area

CMS UI

State

Closed, Fixed and tested


Description

It looks like that changing block and page type order is not possible.
Steps to reproduce:
1. Use Alloy template and then add some settings (GroupName and Order) into SiteContentType attribute of TeaserBlock

  [SiteContentType(GUID = "EB67A99A-E239-41B8-9C59-20EAA5936047", GroupName = "AAA", Order = 1)] 

2. Repeat step 1 to Button block (GroupName = "AAA", Order = 2). ContactBlock (GroupName = "AAA", Order = 1)

3. Rebuild the project and go to edit mode, then try to create a new block

Expect: In the AAA group, the order should be: ContactBlock, ButtonBlock and then TeaserBlock

Actual: those blocks above are sorted alphabetically.