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:
parent
428a3f8ac4
commit
ca653ebef8
8 changed files with 569 additions and 448 deletions
|
|
@ -299,7 +299,7 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'task greaterthan error' => {
|
||||
message => q|End Date cannot be greater than Start Date|,
|
||||
message => q|Start Date cannot be later than End Date|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue