pgAdmin 4 commit: Defined SwitchDepsCell in the schema javascript modul - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Defined SwitchDepsCell in the schema javascript modul
Date
Msg-id E1b5I34-0004I2-72@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Defined SwitchDepsCell in the schema javascript module, because - it
will be loaded before every other javascript module requires this Cell.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d20db0f43ec8a4c486a3ef8a81c17f0d3e1350fa

Modified Files
--------------
.../tables/column/templates/column/js/column.js    |  7 +++--
.../tables/indexes/templates/index/js/index.js     | 10 ++++---
.../schemas/tables/templates/table/js/table.js     | 27 ------------------
.../schemas/templates/schema/js/schema.js          | 33 ++++++++++++++++++++--
4 files changed, 40 insertions(+), 37 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4][Patch]: Materialized view issues when run on PPAS server
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Honour the node type (if provided) in the menu item,