-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 9.10-HF32, 10.10-HF08, 11.1, 2021.0
-
Component/s: CSV Importer
-
Release Notes Summary:The lifecyle state is configurable in the import mode of the CSV exporter.
-
Tags:
-
Backlog priority:1,000
-
Sprint:nxfit 11.1.7
Lifecycle state is not set when enabling "Apply Date, Author and Dublin Core properties.", aka, import mode.
The create and import API of the CoreSession don't use the same constant:
- the import API uses CoreSession.IMPORT_LIFECYCLE_STATE = "ecm:lifeCycleState"
- The create API uses LifeCycleConstants.INITIAL_LIFECYCLE_STATE_OPTION_NAME = "initialLifecycleState"
Happens with postgres and H2. Not tested with mongodb
- is duplicated by
-
NXP-27367 Fix NULL lifecycle state in CSV import in 'IMPORT' mode
- Resolved