Issue tracker depends on project_release.module
| Project: | Project issue tracking |
| Version: | 4.7.x-2.1 |
| Component: | Issues |
| Category: | bug report |
| Priority: | normal |
| Assigned: | dww |
| Status: | closed |
I tried to install the 4.7.x-2.x version of the module with the corresponding version of project.module. I copied over the files to modules/project folder as per instructions. The module was enable and I ran through the update script.
When trying to add an issue, the add form is missing the description text area and other elements. When going to project/issues, I get a white screen. Apache logs show: PHP Fatal error: Call to undefined function: project_release_get_releases() in /var/www/html/sandbox/modules/project_issue/issue.inc on line 1286, referer: https://icslac.carleton.ca/sandbox/project
I'm using drupal 4.7.3. This does not occur with the 4.7.x-1.x releases of the modules. Looking forward to the new version.
Cheers

#1
as the new title explains, the bug here is that i never managed to fully isolate the project_release.module's code from the rest of project.module and project_issue.module. while the intention (and hopefully, very soon the reality) is that you don't need to enable project_release.module if you don't want releases, for now, you still need to. :( this is indeed a bug.
the workaround, of course, is to just install project_release.module (even if you're not going to be creating release nodes). i'll try to clean this up the near future.
#2
#3
hearing no objections, i just committed this to DRUPAL-4-7--2 and HEAD.
i'll make a 4.7.x-2.2 release later, since i haven't fixed enough bugs yet to make it worth a new release. for now, you can just use the end of the DRUPAL-4-7--2 branch.
cheers,
-derek
#4