pgAdmin 4 commit: Defined SwitchDepsCell in the schema javascript modul

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Defined SwitchDepsCell in the schema javascript modul
Date: 2016-05-24 19:31:26
Message-ID: E1b5I34-0004I2-72@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

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