pgAdmin 4 commit: Allow multiple settings to be stored at once to avoid

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow multiple settings to be stored at once to avoid
Date: 2015-02-11 12:51:18
Message-ID: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-02-11 15:50:43 pgAdmin 4 commit: Factor out client side settings functions into their
Previous Message Dave Page 2015-02-11 10:03:11 pgAdmin 4 commit: Initial cut at saving/retrieving the main browser lay