From 896f9d33637ec510937bc13a34f98f669795ab49 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Fri, 8 Jan 2021 19:47:20 -0500 Subject: Add user query manual sorting (#3346) * Add user query manual sorting Before, to change the user query order, you'll have to delete them and recreate them. It was not really efficient. Now, you can drag and drop them to ease reordering. See #2216 and #2015 * Remove cancel action on user query configuration Before, the cancel action was useless since it was not wired. Now, there is no cancel action. See #2015 --- app/views/configure/queries.phtml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app/views') diff --git a/app/views/configure/queries.phtml b/app/views/configure/queries.phtml index cebd61547..032f18621 100644 --- a/app/views/configure/queries.phtml +++ b/app/views/configure/queries.phtml @@ -3,12 +3,12 @@
-
+ queries as $key => $query) { ?> -
+
@@ -77,7 +77,6 @@
-
-- cgit v1.2.3