From f67581bea9216b8d0b624de3673c718073b9d6b6 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Thu, 11 Dec 2014 15:38:50 -0500 Subject: Implement and start using REST show query. At this point the most basic functionality of rt-liberation, that of listing tickets in response to a query, is using the REST interface. --- rt-liberation.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt-liberation.el') diff --git a/rt-liberation.el b/rt-liberation.el index 532e034..c7a3a33 100644 --- a/rt-liberation.el +++ b/rt-liberation.el @@ -1077,7 +1077,7 @@ string then that will be the name of the new buffer." (interactive "Mquery: ") (condition-case excep (rt-liber-browser-startup - (rt-liber-run-show-base-query + (rt-liber-rest-run-show-base-query (rt-liber-rest-run-ls-query query)) query new) (rt-liber-no-result-from-query-error -- cgit v1.2.3