| Summary: | RFE: Warning should be shown WebUI when encounter invalid translation in warning validation level | |||
|---|---|---|---|---|
| Product: | [Retired] Zanata | Reporter: | Ding-Yi Chen <dchen> | |
| Component: | Usability | Assignee: | Michelle Kim <mkim> | |
| Status: | CLOSED UPSTREAM | QA Contact: | Zanata-QA Mailling List <zanata-qa> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 3.0 | CC: | zanata-bugs | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1014423 (view as bug list) | Environment: | ||
| Last Closed: | 2015-07-29 02:12:25 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Bug Depends On: | 1006063 | |||
| Bug Blocks: | ||||
Reassigned to PM Migrated; check JIRA for bug status: http://zanata.atlassian.net/browse/ZNTA-155 |
Description of problem: As a project maintainer, I would like warning messages to be shown whenever invalid translations are uploaded to WebUI when the validation level is Warning. Version-Release number of selected component (if applicable): Zanata version 3.1-SNAPSHOT (20131001-1235) How reproducible: Always Steps to reproduce: - Data preparation: * Project Setting: As a project maintainer: a. Set the validation level to Error on "printf" b. Set the validation level to warning on "tab" * Document preparation: a. 1st translation is valid b. 2nd translation trigger the both error and warning (such as excess %d and excess tab) c. 3rd translation trigger the error (such as excess %d) d. 4th translation trigger the warning (such as excess tab \t) e. 5th translation and rest are empty. I. Upload using GWT Document list 1. Go to Projects->[ProjectName]->[VersionName]->[LocaleName] GWT Document list should be shown. 2. Upload with upload button Expected: Warning messages should be shown for 2nd translation and 4th translation. Actual: Warning messages was NOT shown for 2nd translation and 4th translation. II.Upload using JSF Document list 1. Go to Projects->[ProjectName]->[VersionName]->Documents Icon in [LocaleName] A JSF Document list should be shown. 2. Upload with upload button. Expected: Warning messages should be shown for 2nd translation and 4th translation. Actual: Warning messages was NOT shown for 2nd translation and 4th translation. Additional info: Test Basis: https://github.com/zanata/zanata-server/wiki/Translation-Validation