From: Andrew Chilton Date: Thu, 3 Jul 2008 10:19:10 +0000 (+1200) Subject: New issues now have no AssignedTo set (closes #a7e3b882). X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6eab71f1687389391485d239c3f15b1ba8a9c749;p=cil.git New issues now have no AssignedTo set (closes #a7e3b882). --- diff --git a/bin/cil b/bin/cil index 17decbb..519aa6c 100755 --- a/bin/cil +++ b/bin/cil @@ -231,7 +231,6 @@ sub cmd_add { my $issue = CIL::Issue->new('tmpname'); $issue->Status('New'); $issue->CreatedBy( $user ); - $issue->AssignedTo( $user ); $issue->Description("Description ..."); add_issue_loop($cil, undef, $issue); diff --git a/issues/c_6287dc43.cil b/issues/c_6287dc43.cil new file mode 100644 index 0000000..041e3f7 --- /dev/null +++ b/issues/c_6287dc43.cil @@ -0,0 +1,6 @@ +Issue: a7e3b882 +CreatedBy: Andrew Chilton +Inserted: 2008-07-03T10:17:39 +Updated: 2008-07-03T10:18:01 + +Made sure that nothing is put into the 'AssignedTo' field on new issues. diff --git a/issues/i_a7e3b882.cil b/issues/i_a7e3b882.cil index 3f8c0c7..ded2434 100644 --- a/issues/i_a7e3b882.cil +++ b/issues/i_a7e3b882.cil @@ -1,11 +1,12 @@ Summary: New issues shouldn't be assigned to anyone -Status: New +Status: Finished CreatedBy: Andrew Chilton AssignedTo: Andrew Chilton -Label: Milestone-v0.5 +Label: Release-v0.4.0 Label: Type-Defect +Comment: 6287dc43 Inserted: 2008-07-03T09:59:59 -Updated: 2008-07-03T10:03:11 +Updated: 2008-07-03T10:18:36 This came about because a bug submitted by Nigel was AssignedTo him. I think it should be blank to start off with.