]> git.mjollnir.org Git - cil.git/commitdiff
New issues now have no AssignedTo set (closes #a7e3b882).
authorAndrew Chilton <andychilton@gmail.com>
Thu, 3 Jul 2008 10:19:10 +0000 (22:19 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Thu, 3 Jul 2008 10:19:10 +0000 (22:19 +1200)
bin/cil
issues/c_6287dc43.cil [new file with mode: 0644]
issues/i_a7e3b882.cil

diff --git a/bin/cil b/bin/cil
index 17decbbb1a4a91a4729141016bd1645cb9a33c41..519aa6c43c29366553ce129bfac3efdc170bb949 100755 (executable)
--- 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 (file)
index 0000000..041e3f7
--- /dev/null
@@ -0,0 +1,6 @@
+Issue: a7e3b882
+CreatedBy: Andrew Chilton <andychilton@gmail.com>
+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.
index 3f8c0c72b31043a011adf99eee3bd01df33e84f8..ded243424db090bde10b1119f8a6597cd1c51060 100644 (file)
@@ -1,11 +1,12 @@
 Summary: New issues shouldn't be assigned to anyone
-Status: New
+Status: Finished
 CreatedBy: Andrew Chilton <andychilton@gmail.com>
 AssignedTo: Andrew Chilton <andychilton@gmail.com>
-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.