-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 3.4.1
-
Component/s: None
-
3.04
It seems function ProjectCache.refresh(GenericValue project) doesn't refreshes list of projectsWithNoCategory:
public synchronized void refresh(GenericValue project)
{
refreshProjectList();
refreshProject(project);
}
So I can access newly created project, but can't see it in dashboard portlet "projects", because it uses browseableProjectsInCategory(null) collection.
which taken from ProjectCache and doesn not contains new project.
- duplicates
-
JRASERVER-9946 The projects won't appear in browse project view after Bugzilla import
-
- Closed
-
- is duplicated by
-
JRASERVER-9817 Undefined error message constant
-
- Closed
-