Uncommited changes synced
authorAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2018 08:24:08 +0000 (16:24 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2018 08:24:08 +0000 (16:24 +0800)
RooTicket.vala

index 8588e0a..82beee1 100644 (file)
@@ -278,9 +278,9 @@ public class RooTicket : Object
                
                var table = new GLib.HashTable<string, string>(str_hash, str_equal);
 
-               table.insert("_developer", who.to_string().down());
+               table.insert("_developer", who.to_string().down().substring(15));
                
-               table.insert("query[viewtype]", status.to_string().down());
+               table.insert("query[viewtype]", status.to_string().down().substring(18));
 
                table.insert("limit","999");
                table.insert("sort","summary");