diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 255f76fca..1c0d904c7 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -13,6 +13,7 @@ - Rearranged the autotag name creation to be easier to read. - add: progressive (duration-tracked but untimed) tasks now possible in Project Manager - fix: Shortcut causes endless loop + - fix: Template variable in Project Management System 7.0.8 - Fixed a couple of minor bugs with the default values of the Request diff --git a/lib/WebGUI/Asset/Wobject/ProjectManager.pm b/lib/WebGUI/Asset/Wobject/ProjectManager.pm index c9c189840..1d18f0153 100644 --- a/lib/WebGUI/Asset/Wobject/ProjectManager.pm +++ b/lib/WebGUI/Asset/Wobject/ProjectManager.pm @@ -1242,7 +1242,7 @@ sub www_viewProject { my $lagTime = $row->{lagTime}; $hash->{'task.number'} = $seq; - $hash->{'task.row.id'} = "taskrow::$id"; + $hash->{'task.row.id'} = $id; $hash->{'task.name'} = $row->{taskName}; if($canEditTasks) { diff --git a/lib/WebGUI/Help/Asset_ProjectManager.pm b/lib/WebGUI/Help/Asset_ProjectManager.pm index 3b4a9482c..f58d855d7 100644 --- a/lib/WebGUI/Help/Asset_ProjectManager.pm +++ b/lib/WebGUI/Help/Asset_ProjectManager.pm @@ -239,7 +239,7 @@ our $HELP = { 'name' => 'task.number' }, { - 'name' => 'task.number.id' + 'name' => 'task.row.id' }, { 'name' => 'task.name' diff --git a/lib/WebGUI/i18n/English/Asset_ProjectManager.pm b/lib/WebGUI/i18n/English/Asset_ProjectManager.pm index d60a93a2f..05038fc25 100644 --- a/lib/WebGUI/i18n/English/Asset_ProjectManager.pm +++ b/lib/WebGUI/i18n/English/Asset_ProjectManager.pm @@ -594,9 +594,9 @@ to make on the fly editing of tasks work.|, lastUpdated => 1149824991, }, - 'task.number.id' => { + 'task.row.id' => { message => q|A unique identifier used internally by WebGUI for this task.|, - lastUpdated => 1149824991, + lastUpdated => 1159980663, }, 'task.name' => {