pgAdmin 4 commit: Resolved a typo in the version check condition during - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Resolved a typo in the version check condition during
Date
Msg-id E1Zze3U-0004v2-Dr@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Allow to generate events from the nodes, whenever som
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Resolved an issue related Python 3.x compability rega