Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

In UI, PageType property shows a list of int

Found in

EPiServer.CMS.UI 10.9.5

Fixed in

EPiServer.CMS.UI 10.9.6

(Or a related package)

Created

Jun 08, 2017

Updated

Jun 16, 2017

Area

CMS UI

State

Closed, Fixed and tested


Description

After upgrading to Wpiserver ui version 10.9.5, the PageType built-in property shows a list of int in UI.

Steps to reproduce

  1. Add a property of type: PageType

    public virtual PageType PageTypeFilter { get; set; }
    

Expected:
Should be a list of page type names.

Actual:
Shows a list of int.