Revert r41532 for now - this appears to cause open tasks to be lost in
certain circumstances. Reported by: gabor
This commit is contained in:
parent
d9a97bbbd3
commit
27372c6a31
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42072
1 changed files with 1 additions and 2 deletions
|
@ -138,7 +138,6 @@ if ($Submit)
|
|||
my @info = split("\n", $info);
|
||||
|
||||
my $title = "FreeBSD project submission output";
|
||||
my $tasks = xml(1, "help", "", @tasks) if @tasks;
|
||||
|
||||
my @contents = xml(0, "project cat=\'$Category\'",
|
||||
xml(1, "title", $Project),
|
||||
|
@ -150,7 +149,7 @@ if ($Submit)
|
|||
xml(1, "body",
|
||||
xml(2, "p", "", xmltext(3, @info))),
|
||||
"\n",
|
||||
$tasks,
|
||||
xml(1, "help", "", @tasks),
|
||||
);
|
||||
my $contents = join('', @contents);
|
||||
|
||||
|
|
Loading…
Reference in a new issue