pgAdmin 4 commit: Fixed an issue where the user is not able to save the

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 the user is not able to save the
Date: 2020-07-24 09:30:01
Message-ID: E1jyu1h-0003lg-ID@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the user is not able to save the new row if the table is empty. Fixes #4810

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=043025d1eb57b586da5eaf32f49655c180b95716
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_25.rst | 1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 8 ++++++++
2 files changed, 9 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-24 09:31:48 Re: [pgAdmin][Patch] RM4810 - Cannot save new row if table is empty
Previous Message Akshay Joshi 2020-07-24 06:47:01 Re: Patch for SonarQube code scan fixes.