pgAdmin 4 commit: 1) Fix an issue where Deleting N number of rows makes

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Fix an issue where Deleting N number of rows makes
Date: 2019-04-18 06:41:37
Message-ID: E1hH0jp-00034I-48@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Fix an issue where Deleting N number of rows makes first N number of rows disable. Fixes #3605
2) Ensure that on clicking Delete button should not delete rows immediately from the database server,
it should be deleted when Save button will be clicked. Fixes #2392

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0b47d1dbf6d808c8e5d225dc3b8f4806a15e62e3
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_6.rst | 2 +
web/pgadmin/static/js/selection/set_staged_rows.js | 2 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 64 ++++++++++++----------
.../tools/sqleditor/static/scss/_sqleditor.scss | 15 +++++
4 files changed, 52 insertions(+), 31 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-04-18 06:42:37 Re: [pgAdmin4][Patch] - RM 3605 & 2392 - View data fixes
Previous Message Aditya Toshniwal 2019-04-18 05:40:26 [pgAdmin][RM4134] Tablespace location shows error "Location cannot be empty" in the pgAdmin 4