diff options
| author | 2021-01-14 18:14:53 -0500 | |
|---|---|---|
| committer | 2021-01-15 00:14:53 +0100 | |
| commit | c5da4e56a690d9e9caf8ca4bad4349684b4d39c5 (patch) | |
| tree | b3a46ff845feab6016aa19d55b4885c4a949d9dc /p/scripts/user.query.js | |
| parent | 29fe125b4a18f7107b50e54c69184c4f1777bbf6 (diff) | |
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.
Diffstat (limited to 'p/scripts/user.query.js')
| -rw-r--r-- | p/scripts/user.query.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
