I have a site running with several projects added (and plenty of issues against them)... but at the time when i setup these projects i didn't enable the releases module... if i do so now, the release section on the project pages doesn't appear. If i add a release via the create content area they don't get listed on the project page either. If I edit the project page, and goto the releases tab - saving any changes has no effect. I thought this may have been an upgrade issue.... so on a clean test site, i installed projects module, setup a project and then enabled the releases module - same problem as before happens... if i setup a new project now everything works. Thus it seems to be critical that if you want to use the releases module you must enable it before you create projects.

Any help on this would be greatly appreciated as i'd rather not have to recreate 5 projects and their issues.

CommentFileSizeAuthor
#2 project_release_project_update.diff1.26 KBjpetso

Comments

ajudson’s picture

looking at the database... an entry for the broken project is missing in project_release_projects

jpetso’s picture

Version: 5.x-1.3 » 6.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new1.26 KB

I also stumbled across this issue. Let's try with at least *some* possibilty to get releases enabled - the attached patch inserts the entry into {project_releases_projects} if no entry (not even a "disabled" one) exists.

dww’s picture