Project cache refreshed incorrectly after creating project by remote API

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • 3.6.2
    • 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.

              Assignee:
              Dylan Etkin [Atlassian]
              Reporter:
              Eugene Gavrilov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: