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
4 stars 0 forks source link

Unpublished pages are migrated as published #199

Open liamgold opened 1 week ago

liamgold commented 1 week ago

Brief bug description

Running the migration tool against a KX13 database, with pages that are currently unpublished, all pages are added to the new channel's tree as published pages. This is quite inconvenient as it means we'll need to correct this ourselves after the migration has completed.

Repro steps

  1. Unpublish a page in KX13
  2. Run migration toolkit
  3. Page in XbyK is published

Expected behavior

Page should remain unpublished when added to the new XbyK database.

liamgold commented 1 week ago

I assume this might be fixed when the toolkit supports XbyK 29.2.0?

tkrch commented 6 days ago

@liamgold What kind of workflow is used for publishing? Is custom workflow used?

Could you provide workflow setup for reproduction of issue?

liamgold commented 6 days ago

@tkrch - example on a site I am looking at in particular, uses Versioning without workflow.

It is currently used to ensure versioning of pages is tracked, allowing for rollbacks, and keeping an audit trail of changes made. What types of workflows/versioning work with the migration toolkit?