pgAdmin 4 commit: Fixing couple issues with some of the nodes.

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixing couple issues with some of the nodes.
Date: 2016-05-26 05:49:26
Message-ID: E1b5oAg-00065M-V3@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixing couple issues with some of the nodes.

* Added 'catalog' as parent type for the domain, procedure nodes.
* Proper initialization of the FTS Configuration, FTS Parser, FTS
Dictionary, FTS Template Nodes.
* Proper Indentation in collection.js

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6f2c8cfb316396063433fa9b4138846ee6b83d1f
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
.../collations/templates/collation/js/collation.js | 2 +-
.../schemas/domains/templates/domains/js/domains.js | 2 +-
.../templates/fts_configuration/js/fts_configuration.js | 16 ++++++++--------
.../templates/fts_dictionary/js/fts_dictionary.js | 12 ++++++------
.../fts_parser/templates/fts_parser/js/fts_parser.js | 15 ++++++++-------
.../templates/fts_template/js/fts_templates.js | 11 ++++++-----
.../functions/templates/procedure/js/procedures.js | 2 +-
7 files changed, 31 insertions(+), 29 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-26 05:51:14 Re: [pgAdmin4][Patch]: Node issues under catalogs
Previous Message Surinder Kumar 2016-05-26 05:21:13 Re: [pgAdmin4][Patch]: Node issues under catalogs