From c5da4e56a690d9e9caf8ca4bad4349684b4d39c5 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Thu, 14 Jan 2021 18:14:53 -0500 Subject: Add a query configuration page (#3366) * Add a query configuration page Before, there was no way to modify a user query. Thus you need to create a new one and delete the old one afterward. Now, every user query can be modified if needed. They have their own configuration page on which it can be modified or deleted. * Change drag and drop action on queries Before, the drag and drop action needed to be validated by submitting the form to be persisted. Now, it's done automatically after the query is dropped to its final location. --- p/scripts/user.query.js | 1 + 1 file changed, 1 insertion(+) (limited to 'p/scripts') diff --git a/p/scripts/user.query.js b/p/scripts/user.query.js index 2652442c3..17bf041a6 100644 --- a/p/scripts/user.query.js +++ b/p/scripts/user.query.js @@ -73,6 +73,7 @@ const init_draggable = function() { } source.remove(); removeMarker(); + configureQueries.submit(); }); // This is needed to work around a Firefox bug → https://bugzilla.mozilla.org/show_bug.cgi?id=800050 -- cgit v1.2.3