pgAdmin 4 commit: Fixing couple issues with some of the nodes. - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Fixing couple issues with some of the nodes.
Date
Msg-id E1b5oAg-00065M-V3@gothos.postgresql.org
Whole thread Raw
List 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.kumar@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: Re: [pgAdmin4][Patch]: Node issues under catalogs
Next
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4][Patch]: Node issues under catalogs