Closed (fixed)
Project:
Project Flow & Tracker
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Feb 2011 at 12:38 UTC
Updated:
20 Feb 2011 at 14:10 UTC
When you break down a user story into tasks, or raise any issue related to a user story, the resulting issue node is promoted to the front page. It isn't visible unless it's public, but obviously this is wrong behavior.
Comments
Comment #1
victorkane commentedThe problem is to be found in the pft_basic module which installs the content types. In the file includes/pft.content.issue.inc the 'promote' value is set to 'true' instead of 'false'.
Corrected and tested.
Comment #2
victorkane commentedfixed and tested