Enhancement: add lag time to Project Management tasks. This adds a new

column to PM_task.  Also move the bulk of the PM project display JS
stuff into a separate JavaScript file rather than it being in a template
in the database.
This commit is contained in:
Drake 2006-09-07 22:01:36 +00:00
parent 428a3f8ac4
commit ca653ebef8
8 changed files with 569 additions and 448 deletions

View file

@ -48,6 +48,7 @@
- new: In the Project Management asset, tasks can now have multiple resources, which may be users or groups. Original single-resource data is migrated to the new schema by the 7.0.7 upgrade script.
- fix: makePrintable operation with other styleId
- fix: RandomThread macro not working properly. Only CS's with more than one thread are considered for the random search
- new: Tasks in the Project Management can now be assigned non-work lag time that is added to the main work duration of the task.
7.0.6
- fix: Error in DateTime.pm