pgAdmin 4 commit: Fixed an issue where there is no setting to turn off

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where there is no setting to turn off
Date: 2022-06-13 09:20:33
Message-ID: E1o0gFN-0002ld-EE@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where there is no setting to turn off notifications in the Query Tool. Fixes #7423

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5c1493bd7eb27c3b1800aa3c2c5879b6114f6ac9
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_11.rst | 1 +
.../tools/sqleditor/static/js/components/sections/ResultSet.jsx | 9 ++++++++-
web/pgadmin/tools/sqleditor/utils/query_tool_preferences.py | 9 +++++++++
3 files changed, 18 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-06-13 09:21:17 Re: [pgAdmin][RM7351]: Templates not displayed
Previous Message Aditya Toshniwal 2022-06-13 08:03:25 [pgAdmin][RM7423] Preference to turn off query success notification