pgAdmin 4 commit: Ensure that the Dictionaries drop-down shows all the

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 the Dictionaries drop-down shows all the
Date: 2020-08-04 10:21:09
Message-ID: E1k2u4D-00037J-0P@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that the Dictionaries drop-down shows all the dictionaries in the FTS configuration dialog. Fixes #5429

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5ce27736589d164aac8cea26286ca3a9a1492b2f

Modified Files
--------------
docs/en_US/release_notes_4_25.rst | 1 +
.../schemas/fts_configurations/static/js/fts_configuration.js | 4 ++++
2 files changed, 5 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2020-08-04 10:56:40 [pgAdmin4 ] Limit the scope of CSS
Previous Message Akshay Joshi 2020-08-04 06:40:17 Re: [pgAdmin4][Patch] - SonarQube Fixes