Ticket #1292 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Export tab in ZMI should export the XML used in profiles

Reported by: div Assigned to: gracinet
Priority: P3 Milestone: CPS 3.4.1
Component: CPS (global) Version: TRUNK
Severity: normal Keywords:
Cc:

Description

Export tab for layouts, schemas, workflows, vocabularies should change the format of the exported data, from the current dictionary to an XML that can be used directly in the GenericSetup?'s profiles. An export tab should be added for portal types, with the same behaviour as above.

Change History

01/20/06 12:17:59 changed by ogrisel

What about writing a generic adapter from ISimpleItem (or something similar that has the manage_options attribute) to IZMIExportable that adds the required tabs + action + ZMI template and then use IZMIExportable(zmi_item) instead of zmi_item?

01/20/06 13:49:50 changed by sfermigier

  • milestone changed from CPS 3.4.0 to CPS 3.4.1.

Move target to 3.4.1

03/29/06 15:20:24 changed by gracinet

  • owner changed from fguillaume to gracinet.
  • status changed from new to assigned.

03/29/06 19:09:19 changed by gracinet

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

Done in [34811]

This is a Five view, so that it will supersede (for now) any previously declared export tab if the object is Five:traversable (schemas and layouts are). We can add manage_export to management options of many more objects in the ZMI.

There's a link to the old-style export, too.

Also, no test because this isn't worth the hassle in this case (side-effects and such)

03/29/06 19:25:13 changed by gracinet

[34813], sorry