Forum OpenACS Development: Re: Project Manager Todo List

Collapse
Posted by Alex Kroman on
I looked over project manager. The work you all have been doing is fantastic!

I ran into two bugs that I can't quite figure out. During the process of adding a task the proc pm::project::compute_status_mins is called. There are 3 instances of the block that starts out with

while { $mins_to_complete > [expr $hours_day * 60]} {

....

Each of these blocks causes an infinite loop. I can't really tell what that code is doing or how it would reach a condition that would exit the loop. I fixed it on my local copy by just removing it completely.

---

There seems to be another bug where tasks are not being displayed withing the projects. To fix this on my local copy I reverted lib/tasks-postgresql.xql from version 1.7 to 1.1.

---