X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=RooTicket.vala;h=82beee1c0f0be8c17211b6eeac29cade51fc91e0;hp=8588e0a90713a999047cd477f608ec846262481a;hb=70131676877fcbc125d7829e3db72560fa4f9492;hpb=7eda32e809de618241bc113ec0b717a8d8c2b735 diff --git a/RooTicket.vala b/RooTicket.vala index 8588e0a9..82beee1c 100644 --- a/RooTicket.vala +++ b/RooTicket.vala @@ -278,9 +278,9 @@ public class RooTicket : Object var table = new GLib.HashTable(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");