-
Type: User story
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.3
-
Component/s: Web UI
-
Release Notes Summary:Allows default rendition to be configured as a contribution
-
Epic Link:
-
Tags:
-
Impact type:Configuration Change
-
Upgrade notes:
-
Sprint:nxGang Sprint 10.3.6, nxGang Sprint 10.3.7
-
Story Points:0
As a developer/configuration
I want to set the publishing rendition for any document type
So that when a user can have a default rendition to publish
Functional description
To this end, "defaultRendition" extension point on Rendition service should be used to configure the default rendition for publishing.
For document publish, the "Reason" should be "publish".
Default publish rendition should be:
- if schema file:file existes
- if file is office then 'pdf' rendition
- else mainBlob
- else similar to "download" Reason
Acceptance Criteria
- Given I've created a default rendition for publishing when I Publish a document affect with that contribution then the correct rendition is performed
- Given I've created a default rendition for publishing when I Publish a set of documents affected by that contribution then the correct rendition is performed for each document
- When I publish a set of documents with default rendition then all the publication are of the correct rendition regarding the description of the "default publish rendition" on this ticket.