Uncommited changes synced
[gitlive] / RooTicket.vala
index 8588e0a..705ad9e 100644 (file)
@@ -56,7 +56,7 @@ public class RooTicket : Object
                ME
        }
        public enum Status {
-               ANY,
+               ALL,
                ACTIVE
        }
        
@@ -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");