-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 7.4.3.5 CE GA5, 7.4.13 DXP U1, Master
-
Component/s: Translations Management
-
Epic Link:
-
Sprint:LIMA | #21 | DIS | Jul07-Jul28, LIMA | #22 | DIS | Jul24-Aug18, LIMA | #23 | DIS | Aug18-Sep08, LIMA | #24 | DIS | Sep08-Sep29, LIMA | #40 | DEV | Sep07-Oct05, LIMA | #41 | DEV | Oct05-Nov02, LIMA | #42 | DEV | Nov02-Nov30
As an admin
I want to be able to import a zip file with multiple translations for a single web content
so that I optimize the process
Design
Acceptance criteria
Given a zip file with all the translations for a given web content or page
When the user selects it for importing the translation
Then all the translations included in the file are imported
Given a zip file with all the translations for a given web content or page
And any of the translation files has an error
When the user selects it for importing the translation
Then the user will be informed of the errors
And the successfully imported files
Given a zip file with all the translations for a given web content or page
And workflow is enabled for translations
When the user submits the file
Then a workflow task is created per translation
Test Scenarios
ID | Test Priority | Test Scenarios | Covered by Backend (Unit/Integration)? | Test to add |
---|---|---|---|---|
1.31 | 5 | User can select a zip file when importing translations for a web content | NO | TranslationsExportImport#CanImportWCWithZipFile |
1.32 | 5 | User can import a zip file to the corresponding web content | NO | TranslationsExportImport#CanImportWCWithZipFile |
1.33 | 4 | The system shows a success message indicating the import was published | NO | TranslationsExportImport#CanImportWCWithZipFile |
1.34 | 5 | The translations are added to the web content once the user publishes the imported translations | NO | TranslationsExportImport#CanImportWCWithZipFile |
1.35 | 5 | All the translated fields can be imported into the web content | NO | TranslationsExportImport#CanImportWCWithZipFile |
1.36 | 4 | Other translation files can be imported when some translation files have an error | NO | TranslationsWorkflow#CanApproveEntryFromPartiallyImportedZip |
1.37 | 4 | The translation file can not be imported when it has an error | NO | TranslationsWorkflow#CanApproveEntryFromPartiallyImportedZip |
1.38 | 4 | Show error messages to inform the user which files were failed to import when any of the translation files have an error | NO | TranslationsWorkflow#CanApproveEntryFromPartiallyImportedZip |
1.39 | 4 | Show success messages to inform the user which files were imported successfully | NO | TranslationsWorkflow#CanApproveEntryFromPartiallyImportedZip |
1.40 | 4 | Web Content translations imported via zip file can be approved through the workflow | NO | TranslationsWorkflow#CanApproveEntryFromPartiallyImportedZip |
1.41 | 4 | Web Content translations imported via zip file can be resubmitted through the workflow | NO | TranslationsWorkflow#CanResubmitImportedEntryFromZipFile |
1.42 | 4 | Web Content translations are added to the web content once it approved by a reviewer | NO | TranslationsWorkflow#CanResubmitImportedEntryFromZipFile |
1.43 | 5 | User can import a zip file to the corresponding content page | NO | TranslationsContentPageExportImport#OnlyValidEntriesAreUploadedFromZip |
1.44 | 5 | The translations are added to the content page once the user publishes the imported translations | NO | TranslationsContentPageExportImport#OnlyValidEntriesAreUploadedFromZip |
1.45 | 5 | All the translated fields can be imported into the content page | NO | TranslationsContentPageExportImport#OnlyValidEntriesAreUploadedFromZip |
1.46 | 4 | Other content page translation files can be imported when some translation files have an error | NO | TranslationsContentPageExportImport#OnlyValidEntriesAreUploadedFromZip |
1.47 | 4 | The translation file can not be imported when the Content page has an error | NO | TranslationsContentPageExportImport#OnlyValidEntriesAreUploadedFromZip |
1.48 | 4 | Content page translations imported via zip file can be resubmitted through the workflow | NO | TranslationsContentPageWorkflow#CanResubmitImportedEntryFromZip |
1.49 | 4 | Translations are added to the Content page once it approved by a reviewer | NO | TranslationsContentPageWorkflow#CanResubmitImportedEntryFromZip |
- is related to
-
LPS-141907 Can not go back after importing a translation
- Closed