roidayan / redmine.js

Redmine client for Android written in AngularJS 1.4
GNU General Public License v2.0
16 stars 4 forks source link

Projects list shows closed projects #21

Closed roidayan closed 8 years ago

roidayan commented 8 years ago

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.

roidayan commented 8 years ago

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

roidayan commented 8 years ago

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