Ensure that the user should be able to kill the session from Dashboard if the user hasĀ a 'pg_signal_backend' role. Fixes #6159
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8279e7e01cf5acb4e88b33f16a35d5fe4b573258 Author: Nikhil Mohite <nikhil.moh...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes.rst | 1 + docs/en_US/release_notes_5_1.rst | 20 ++++++++++++++++++++ web/pgadmin/dashboard/static/js/dashboard.js | 7 ++++++- web/pgadmin/utils/driver/psycopg2/connection.py | 16 ++++++++++++---- 4 files changed, 39 insertions(+), 5 deletions(-)