We are using the FusionForge version 5.3.2 .
We are having issue while searching the tasks with our custom status (created by us)
as its not working properly.
After investigating the issue we found that in file common/pm/ProjectTaskFactory.class.php
filtering is being done only in three hard coded status (Open,Closed,Deleted) and not
handling the form fields value for the status .
While searching in SCM repository tree for the FusionForge, we found that these code
changes were on 2014-01-15 (Franck Villaume).
Below is the url for the commit
<a href="https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge/fusionforge.git;a=commit;h=fbf28f957a98973ed068b4c6d69b8e42ce3a6ffc" target="_blank">https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge/fusionforge.git;a=commit;h=fbf28f957a98973ed068b4c6d69b8e42ce3a6ffc</a>
We request you to suggest an appropriate solution to our original requirement of using custom statuses
which we have created by direct insertion to the DB tables. ( in most of places it works fine).
|