roidayan / redmine.js

Redmine client for Android written in AngularJS 1.4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projects list shows closed projects

roidayan opened this issue · comments

redmine rest api user memberships response doesn't include project status.
it looks like there is a need to request each project info to check the status.
currently we store projects list in local storage and refresh in the background. need to store the project status and filter them from view. should not remove the closed projects from the list as they will be injected into view temporary on refresh until we get the status again.

simple backward compatibility. if status is undefined then treat it as active and don't filter the project from the view.

it seems not all redmine servers return the project status when querying about a project.
should be available from redmine 2.5.0