Thread: pgAdmin 4 commit: Fixed the letter case of the javascript file names.
Fixed the letter case of the javascript file names. Also, JSON data should be returned to the client using an application/json MIME-TYPE using flask's jsonify function. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9e0b011ec8cbea449c6df4f0baba6423ba801324 Author: Ronan Dunklau <ronan.dunklau@dalibo.com> Modified Files -------------- web/pgadmin/browser/server_groups/hooks.py | 34 ++++---- web/pgadmin/browser/server_groups/servers/hooks.py | 31 ++++---- web/pgadmin/browser/server_groups/servers/views.py | 60 +++++++------- web/pgadmin/browser/server_groups/views.py | 59 ++++++-------- .../browser/templates/browser/js/browser.js | 7 +- web/pgadmin/browser/views.py | 82 +++++++++----------- web/pgadmin/settings/settings_model.py | 11 ++- web/pgadmin/utils/ajax.py | 19 ++--- 8 files changed, 143 insertions(+), 160 deletions(-)