pgAdmin 4 commit: Allow multiple settings to be stored at once to avoid - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow multiple settings to be stored at once to avoid
Date
Msg-id E1YLWlC-0002Sw-C5@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Allow multiple settings to be stored at once to avoid multiple requests.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=adeb2f9e8402b2e3a6f91aaca49e14e2ce657bcd

Modified Files
--------------
web/pgadmin/browser/templates/browser/body.html |   31 +++++++++++++----------
web/pgadmin/settings/views.py                   |   14 ++++++----
2 files changed, 26 insertions(+), 19 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Initial cut at saving/retrieving the main browser lay
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Factor out client side settings functions into their