fix project management template var and removed english text prepended to id

This commit is contained in:
Colin Kuskie 2006-10-04 16:43:37 +00:00
parent 030b9043ff
commit cd6caa0a8c
4 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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) {

View file

@ -239,7 +239,7 @@ our $HELP = {
'name' => 'task.number'
},
{
'name' => 'task.number.id'
'name' => 'task.row.id'
},
{
'name' => 'task.name'

View file

@ -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' => {