From 00fbd1774527aab67d9975af55bd8ec66863a1d0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Dec 2018 15:48:27 +0800 Subject: [PATCH] RooTicket.vala --- RooTicket.vala | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/RooTicket.vala b/RooTicket.vala index 0ef93b7c..9791d633 100644 --- a/RooTicket.vala +++ b/RooTicket.vala @@ -605,11 +605,8 @@ public class RooTicket : Object string description ) { - if (this.id == "-1") { - return; - } + var table = new GLib.HashTable(str_hash, str_equal); - ; table.insert("project_id", project_id); table.insert("milestone_id", milestone_id); -- 2.39.2