pgAdmin 4 commit: 1) Autocomplete on keypress should be set to False by

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Autocomplete on keypress should be set to False by
Date: 2022-08-17 10:09:34
Message-ID: E1oOFzS-00043q-Ve@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Autocomplete on keypress should be set to False by default.
2) Update the documentation for the locked option in user management.

Branch
------
master

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

Modified Files
--------------
docs/en_US/user_management.rst | 6 +++---
web/pgadmin/tools/sqleditor/utils/query_tool_preferences.py | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-08-17 10:09:35 pgAdmin 4 commit: Fixed API test cases for Postgres 14.4
Previous Message Akshay Joshi 2022-08-17 06:51:26 pgAdmin 4 commit: Conditionally pin Flask version based on Python versi