RooTicket.vala
[gitlive] / RooTicket.vala
index 0ef93b7..9791d63 100644 (file)
@@ -605,11 +605,8 @@ public class RooTicket : Object
                        string description
                ) 
        {
-               if (this.id == "-1") {
-                       return;
-               }
+                
                var table = new GLib.HashTable<string, string>(str_hash, str_equal);
-                ;
                 
                table.insert("project_id", project_id);
                table.insert("milestone_id", milestone_id);