From: Alan Knowles Date: Mon, 17 Dec 2018 08:09:14 +0000 (+0800) Subject: RooTicket.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=efd134b201eacd70c4e52320313d4f59f401497e;ds=sidebyside RooTicket.vala --- diff --git a/RooTicket.vala b/RooTicket.vala index af16a3ed..ac448754 100644 --- a/RooTicket.vala +++ b/RooTicket.vala @@ -52,12 +52,12 @@ public class RooTicket : Object { public enum Who { - ANY, - ME + ANY : "anybody", + ME : "me" } public enum Status { - ANY, - ACTIVE + ANY : "all", + ACTIVE : "active" } //const string baseurl = "https://roojs.com/admin.php/Ro/mtrack_ticket";