Hide Forgot
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31 Build Identifier: As a project maintainer, I will like to create a new version that is based on previous version, so that the new version will have most of the translation already in place. When I push new source documents, it will hopefully have most of the translation filled. This will reduce the amount of text flows that needs copyTrans Reproducible: Always
From planning meeting: - selector on version create page to choose starting content - options: empty, each other version - this element should be prominent (possible modal?) - copies all source documents, their translations and history - copy is done as a background task of some kind - raw documents also need to be copied since they are mutable - show progress indicator on version page until copy has completed - while copy is occurring: - source document upload is prevented - translation is prevented - can probably force the version to READONLY until the copy is finished (make sure REST endpoint can't push to READONLY versions) - 'copy' button on existing versions that will open the version create dialog with the version selected as the starting content - copy can be canceled. Canceling will stop the copy, leaving any already-copied documents and translations in the new version. - NOT including copying into a pre-existing version yet (that may be an enhancement later). - NOT including any REST hooks or client interface for this functionality
Pull request: https://github.com/zanata/zanata-server/pull/525
VERIFIED by Damian: See https://github.com/zanata/zanata-server/pull/525
*** Bug 895786 has been marked as a duplicate of this bug. ***