As a user with write permission in a document
I want to republish a document publication when there is a new version
So that the publication is updated with the newest version
Functional Description
On the publication's list for a document, if a publication was done with a version < of the current version, there should be available an action to republish the document with the latest version.
- If the latest version is modified one, it should create a minor version ie. 1.2+ -> 1.3
Acceptance Criteria
- Given I'm on a publish tab with several publications when a publication is a correspondent to an earlier version than the document itself then an action for republish is presented
- When I click the republish action then the publication will be replaced by the latest version with the same configuration
- is related to
-
NXP-26036 Allow republish of a changed document without creating new version
- Resolved