pgAdmin 4 commit: Ensure that dirty indicator (*) should not be visible

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that dirty indicator (*) should not be visible
Date: 2020-12-01 06:05:09
Message-ID: E1kjymj-0000U8-KV@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that dirty indicator (*) should not be visible when renaming the tabs. Fixes #5991

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=abd0748a770146672d7592f9a3232c72bb725559
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_29.rst | 1 +
web/pgadmin/tools/datagrid/static/js/datagrid.js | 11 +++++++++--
web/pgadmin/tools/debugger/static/js/debugger.js | 4 ++++
web/pgadmin/tools/debugger/static/js/debugger_ui.js | 2 ++
web/pgadmin/tools/schema_diff/static/js/schema_diff.js | 2 ++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 9 +++++++--
6 files changed, 25 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-12-01 06:07:03 Re: [pgAdmin][Patch] Bug #5886 - New foreign key creation on exist table
Previous Message Yogesh Mahajan 2020-12-01 05:34:09 [pgAdmin][Patch] Bug #5886 - New foreign key creation on exist table