| Summary: | Obsolete projects are not disregarded in the Group stats | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Zanata | Reporter: | Damian Jansen <djansen> | ||||
| Component: | Component-Logic | Assignee: | Alex Eng <aeng> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Damian Jansen <djansen> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | development | CC: | dchen, zanata-bugs | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 3.2 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-02-18 06:48: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: | |||||
| Attachments: |
|
||||||
|
Description
Damian Jansen
2013-11-22 06:26:54 UTC
Pull request: https://github.com/zanata/zanata-server/pull/290 The fix also removes READONLY projects, which I believe is not favourable. Pull request: https://github.com/zanata/zanata-server/pull/293 Created attachment 828496 [details]
Screenshot of error
Also, the number of warnings against a language still recognises obsolete projects.
i.e. if two active projects and one obsolete project are part of a group and all have disabled a language, only two of those should show as warnings.
Only two items show in the list, but the number shows three.
The READONLY project successfully showed in the group, once - but caused an exception after that when clicked. Now again it won't show at all. Never mind about the "won't show at all" - I didn't realise that the set OBSOLETE on a project filters down through its versions, thus is not reverted when the project is made ACTIVE. i.e. I had to make the project version ACTIVE also. Exception still there. 1. Make a project version in the group READONLY 2. Click on the Languages tab 3. Click on a Language Pull request: https://github.com/zanata/zanata-server/pull/296 This appears to behave better. Verified at 19c23e1a933e97cb309638a92053d139f26fedd0 |