pgAdmin 4 commit: Fixed potential issue in reset function for nested ob

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed potential issue in reset function for nested ob
Date: 2019-11-05 09:17:51
Message-ID: E1iRuyF-0006pm-PT@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed potential issue in reset function for nested objects.

Reset function clears the model instead of storing previous values.

Fixes #4895

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=69fba93152b988e79b4d360753a50e09815387a6
Author: Ganesh Jaybhay <ganesh(dot)jaybhay(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_15.rst | 3 ++-
web/pgadmin/browser/static/js/collection.js | 2 +-
web/pgadmin/browser/static/js/datamodel.js | 19 +++++++++++--------
3 files changed, 14 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Rahul Shirsat 2019-11-05 09:17:58 [pgAdmin][RM3279] the Drop and Disconnect connection menupoints are too close for each others
Previous Message Akshay Joshi 2019-11-05 08:58:58 Re: [pgAdmin][RM4351] Confirm before close of properties dialog if changes not saved