Ticket #699 (defect)
Opened 4 months ago
Last modified 3 months ago
rich api adds actions to completed projects
Status: closed (fixed)
| Reported by: | lrbalt | Assigned to: | lrbalt |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6 |
| Component: | Coding | Version: | trunk |
| Severity: | normal | Keywords: | rich api |
| Cc: |
when adding a new action through the rich api you can add a context and a project to the description. Tracks will parse this, i.e. 'do this @home > myproject' will add a new action 'do this' in context @home in project myproject. Tracks will search on partial matches, so 'do that > myp' will add 'do that' to myproject.
if you have a completed myproject1 and an active myproject2, when tracks searches for 'myproject', the actions will be added to the completed project since it is the first match that Tracks find.
In some cases, people want to add actions to completed projects, but I think it would be better to first try to find an match in active project, then in hidden projects and finally in completed projects.
Change History
05/16/08 19:39:02: Modified by lrbalt
- status changed from new to closed.
- resolution set to fixed.

fixed in [852]