| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Ensure the datatype cache is updated when a domain is |
| Date: | 2017-12-13 15:17:22 |
| Message-ID: | E1eP8mg-0008DD-DK@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Ensure the datatype cache is updated when a domain is added. Fixes #2778
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c5d1fc81898fad57c9a67b607f85255d5622ba7b
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Modified Files
--------------
.../servers/databases/schemas/domains/static/js/domain.js | 6 ++++--
.../fts_configurations/static/js/fts_configuration.js | 2 +-
.../databases/schemas/tables/column/static/js/column.js | 1 +
.../servers/databases/schemas/tables/static/js/table.js | 15 ++++++++++++++-
.../servers/databases/schemas/types/static/js/type.js | 2 +-
.../browser/server_groups/servers/static/js/privilege.js | 2 +-
web/pgadmin/browser/static/js/node.js | 7 +++++++
web/pgadmin/browser/static/js/node.ui.js | 11 +++++++----
8 files changed, 36 insertions(+), 10 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2017-12-13 15:17:34 | Re: [pgAdmin4][Patch]: Newly created domain not listed in Data type |
| Previous Message | Dave Page | 2017-12-13 15:06:52 | Re: [INSTALLERS] pgAdmin 4: Add-on support |