Bug 1082448

Summary: Dashboard shows incorrect number of maintained projects
Product: [Retired] Zanata Reporter: Damian Jansen <djansen>
Component: Component-UIAssignee: Alex Eng <aeng>
Status: CLOSED CURRENTRELEASE QA Contact: Zanata-QA Mailling List <zanata-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.5CC: aeng, dchen, zanata-bugs
Target Milestone: ---   
Target Release: 3.6   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 3.6.0-SNAPSHOT (git-jenkins-zanata-server-github-pull-requests-2205) Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 07:10:29 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:
Embargoed:

Description Damian Jansen 2014-03-31 05:55:13 UTC
Description of problem:
If a project is made obsolete, it does not show on the user's dashboard, but will still be counted in the project count.

zanata-war/src/main/java/org/zanata/action/DashboardAction.java:89

getUserMaintainedProjectsCount() should be using the getUserMaintainedProjects method to find the count.

Comment 1 Alex Eng 2014-10-23 01:49:37 UTC
Pull request:
https://github.com/zanata/zanata-server/pull/616

Comment 2 Ding-Yi Chen 2014-10-23 04:01:57 UTC
VERIFIED with Zanata 3.6.0-SNAPSHOT (git-jenkins-zanata-server-github-pull-requests-2205)