I am facing one issue in Episerver 6.0. This issue is related to copying the property from one page to another page by code while creating multilingual page.
Issue Description:
1) Create one page in any any language.(suppose, created in en language).
2) Fill all the properties of that page and publish.
3) Copy the same page by code through CreateWritableClone(). All the properties will be copied to new page.
4) Now create same page in multilingual.(suppose, created in en-gb language).
5) Fill all the properties of that page and publish. Copy the same page in multilingual as i did for en language.
6) Now new copied language version will not have all property values.
I observed that this is happening for below properties most of the time:
Hi,
I am facing one issue in Episerver 6.0. This issue is related to copying the property from one page to another page by code while creating multilingual page.