Kentico / xperience-by-kentico-kentico-migration-tool

A customizable tool that migrates older Kentico solutions to the latest version of Xperience by Kentico.
MIT License
8 stars 5 forks source link

Migration from Kentico11 does not filled content type for legacy types #272

Closed CriggerMarg closed 1 week ago

CriggerMarg commented 1 month ago

Brief bug description

I have performed migration from Kentico11 Corporate Site sample to Kentico Xperience.

From Confiiguration/Content types I could see that for all "Pages" content types all fields with "Content items" type ""Content type" field is not set.

It's breaking codegen tool work later. I have to manually set content type for every field before running codegen.

Repro steps

  1. Migrate Kentico11 to latest version of Kentico Xperience with migrator tool
  2. Run xperience application.
  3. Open admininstration panel
  4. Go to Confiiguration/Content types page
  5. Open any "Pages" content type
  6. Locate any "Content items" field, open its configuration
  7. Content type is required but set to empty.

Expected behavior

Content type is set to correct type. For Corporate site sample it is "Legacy media file".

Test environment

Screenshots

image image

tkrch commented 1 month ago

Hi @CriggerMarg, i will investigate issue. Thanks for report!

tkrch commented 3 weeks ago

@CriggerMarg fix has been delivered to latest version (#280) - can You try if issue still persists?