pgAdmin 4 commit: Fix issue where Deleting N number of rows makes first

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix issue where Deleting N number of rows makes first
Date: 2019-08-19 06:42:40
Message-ID: E1hzbNI-0003vE-Tw@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix issue where Deleting N number of rows makes first N number of rows disable. Fixes #3605

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=315538062129c1a453bf02b874d3364138bcd023
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_12.rst | 1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 10 ++++------
2 files changed, 5 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-08-19 06:43:14 Re: [RM#3605] View Data: Deleting N number of rows makes first N number of rows disable
Previous Message Akshay Joshi 2019-08-19 06:18:39 Re: Transaction Status Python Tests