pgAdmin 4 commit: Fixed 'Location cannot be empty' error when open Tabl

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed 'Location cannot be empty' error when open Tabl
Date: 2019-04-18 07:01:53
Message-ID: E1hH13R-0004TW-22@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed 'Location cannot be empty' error when open Tablespace properties. Fixes #4134

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d96f453e7f708f0254ddf9462b7bd651b4a8a3c1
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_6.rst | 1 +
.../server_groups/servers/tablespaces/static/js/tablespace.js | 5 +++--
.../browser/server_groups/servers/templates/macros/variable.macros | 4 +---
3 files changed, 5 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-04-18 07:02:10 Re: [pgAdmin][RM4134] Tablespace location shows error "Location cannot be empty" in the pgAdmin 4
Previous Message Akshay Joshi 2019-04-18 06:42:37 Re: [pgAdmin4][Patch] - RM 3605 & 2392 - View data fixes