From: Alan Knowles Date: Mon, 17 Dec 2018 08:24:08 +0000 (+0800) Subject: Uncommited changes synced X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=70131676877fcbc125d7829e3db72560fa4f9492 Uncommited changes synced --- 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");