I had this problem as well in the current release version.
As a work around i commented out the line
//if ($projectInst->isAvailable() || $recordType
== "edit") {
in tasks.php
(I moved the "{" down a line of course)
what was happening was that the select list was empty even
though there was a project in the system. It may be a
permissions issue.. not sure.
JPepper
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=254709
Could you elaborate on this problem a bit more?
Logged In: NO
I had this problem as well in the current release version.
As a work around i commented out the line
//if ($projectInst->isAvailable() || $recordType
== "edit") {
in tasks.php
(I moved the "{" down a line of course)
what was happening was that the select list was empty even
though there was a project in the system. It may be a
permissions issue.. not sure.
JPepper