pgAdmin 4 commit: Resolved a typo in the version check condition during

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Resolved a typo in the version check condition during
Date: 2015-11-20 05:16:16
Message-ID: E1Zze3U-0004v2-Dr@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Resolved a typo in the version check condition during schema generation.
Also, resolved an issue related showing the correct server variant in
properties dialog, it is a regression introduced by the patch server
version check.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d7533749777cca648193a0f5c41e86386de4f566

Modified Files
--------------
.../browser/server_groups/servers/templates/servers/servers.js | 5 +++--
web/pgadmin/static/js/backform.pgadmin.js | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-11-20 06:05:23 pgAdmin 4 commit: Resolved an issue related Python 3.x compability rega
Previous Message Ashesh Vashi 2015-11-19 18:13:24 pgAdmin 4 commit: Allow to generate events from the nodes, whenever som