public inbox for [email protected]
help / color / mirror / Atom feedFrom: Dave Page <[email protected]>
To: [email protected]
Subject: pgAdmin 4 commit: Resolve issue with properties refreshing. Fixes #1728
Date: Fri, 14 Oct 2016 19:19:06 +0000
Message-ID: <[email protected]> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgadmin-hackers>
Resolve issue with properties refreshing. Fixes #1728
1) If we create/update a node with non-default schema, It should return selected schema id in return response. but default schema id is returned every time due to which it throws error in properties panel.
Fixed in Domains, Collation, Types, Views & Table node.
2) Incorrect parent id of object node is returned from nodes method due to which wrong parent id is passed while updating object and
thus node didn't get refreshed.
Fixed in FTS Configuration, FTS Parser nodes.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0df968f6798c4f14b7c27cdb0e3a22e43f01b...
Author: Surinder Kumar <[email protected]>
Modified Files
--------------
.../servers/databases/schemas/collations/__init__.py | 7 +++++++
.../servers/databases/schemas/domains/__init__.py | 12 +++++++++---
.../databases/schemas/fts_configurations/__init__.py | 2 +-
.../servers/databases/schemas/fts_parser/__init__.py | 2 +-
.../templates/synonym/sql/9.5_plus/get_schema.sql | 7 +++++++
.../servers/databases/schemas/tables/__init__.py | 10 +++++++++-
.../templates/table/sql/9.1_plus/get_schema_oid.sql | 4 +++-
.../templates/table/sql/9.5_plus/get_schema_oid.sql | 4 +++-
.../servers/databases/schemas/types/__init__.py | 17 ++++++++++++++++-
.../types/templates/type/sql/9.1_plus/get_oid.sql | 2 +-
.../types/templates/type/sql/9.1_plus/get_scid.sql | 6 ++++++
.../servers/databases/schemas/views/__init__.py | 20 +++++++++++++++-----
web/pgadmin/browser/templates/browser/js/browser.js | 8 ++++++--
13 files changed, 84 insertions(+), 17 deletions(-)
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: pgAdmin 4 commit: Resolve issue with properties refreshing. Fixes #1728
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox