RooTicket.vala
authorAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2018 07:48:27 +0000 (15:48 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2018 07:48:27 +0000 (15:48 +0800)
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);