Try our conversational search powered by Generative AI!

LM should should not try to add folder to project

Fixed in

EPiServer.Labs.LanguageManager 3.3.1

(Or a related package)

Created

Mar 27, 2019

Updated

Apr 03, 2019

State

Closed, Fixed and tested


Description

Steps to reproduce

  1. Add a property to a Standard Page.

    [Display(
    	GroupName = SystemTabNames.Content,
    	Order = 400)]
    [CultureSpecific]
    public virtual ContentReference MyContentFolder { get; set; }
    

  2. Create a Standard Page.
  3. Select a folder as value of the property.
  4. From LM, add to a translation project, check "Add children" and "Add related contents".

Expected:
You can add a page to a translation project

Actual:
Error on console. The page cannot be added to the translation project.