Bug 1104015
| Summary: | [RFE] - fork/copy from previous version with source and translation | ||
|---|---|---|---|
| Product: | [Retired] Zanata | Reporter: | Patrick Huang <pahuang> |
| Component: | Component-Logic | Assignee: | Alex Eng <aeng> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Damian Jansen <djansen> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | development | CC: | aeng, damason, dchen, djansen, sflaniga, ykatabam, zanata-bugs |
| Target Milestone: | --- | ||
| Target Release: | 3.5 | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Commit d41d8cd98f00b204e9800998ecf8427e | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | 8 | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-26 23:28:05 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Patrick Huang
2014-06-03 06:02:22 UTC
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. *** |