From 70131676877fcbc125d7829e3db72560fa4f9492 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Dec 2018 16:24:08 +0800 Subject: [PATCH] Uncommited changes synced --- RooTicket.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); -- 2.39.2