Ticket #1378 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Extension profiles should be able to transtype existing objects at import time

Reported by: ogrisel Assigned to: fguillaume
Priority: P2 Milestone: CPS 3.4.0
Component: CPS (global) Version: TRUNK
Severity: minor Keywords:
Cc:

Description

<objects /> tags with non-matching meta_types should be purged and recreated by EXTENSION profiles in CPS XMLAdapters.

This is GenericSetup? enhancement/bug but I report it here since the only use cases I found are CPS specific:

  • when customizing directories we want to be able to transtype an existing ZODB members directory into a MetaDirectory? for instance (this is related to #1294)
  • when customizing the fields of an existing schemas: for instance replace the 'file' CPS File Field of the 'file' schema by a CPS Disk File Field.

Change History

02/22/06 20:57:49 changed by fguillaume

  • severity changed from major to enhancement.

02/23/06 09:24:13 changed by tziade

  • severity changed from enhancement to minor.

changed to minor (enhancement level is for 3.4.1)

02/24/06 15:24:40 changed by fguillaume

The important use case at the moment is for Fields and Widgets.

02/27/06 18:05:54 changed by fguillaume

  • status changed from new to assigned.

02/27/06 18:39:10 changed by fguillaume

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in [33534].

02/27/06 18:39:38 changed by fguillaume

Open a new bug if other transtypings are needed.