Ticket #443 (assigned enhancement)

Opened 4 years ago

Last modified 3 years ago

the 'edit' action on published documents create newer revisions only in sections

Reported by: jmorliaguet Assigned to: bdelbosc (accepted)
Priority: P2 Milestone: CPS 3.5.0
Component: CPSDefault Version: unspecified
Severity: normal Keywords: workflow
Cc:

Description (Last modified by fguillaume)

the 'edit' action (for sections managers or managers) on published documents create newer revisions only in sections without updating the proxy's revision in the workspace which causes proxies to be out of sync.

the edit action should either be removed or the corresponding document's revision in the workspaces should be bumped by one.

Change History

01/17/05 19:58:12 changed by fguillaume

  • cc set to fg@nuxeo.com.
  • status changed from new to assigned.

This is by design in the workflow: - a Manager should be able to edit a "live" document if needed (urgent change needed) - a change to a document in a workspace/section should not impact any other version of the document in another workspace/section

I'm curious about what we could do better here. Some kind of notification?

01/18/05 08:57:20 changed by jmorliaguet

The problem is that the document revisions become higher in the sections than in workspaces. Which means the changes done directly on published documents are not accessible to section reviewers. There is no way for a non-manager to synchronize the revision in the workspace with the published revision.

Basically what is missing is the equivalent of a cvs check-out. When the user starts editing a document in the workspaces, there should be a way to increase the revision number if it's lower than the one of the published document.

For instance: "WARNING: the document that you are editing has been modified by the section manager after it was published. The revision that you are working on is outdated. [Get the latest revision]." ?

09/14/05 19:10:27 changed by fguillaume

  • severity changed from normal to enhancement.
  • description changed.
  • milestone changed from unspecified to CPS 3.5.0.