pgAdmin 4 commit: Allow users to select a data type with the keyboard o

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow users to select a data type with the keyboard o
Date: 2016-07-15 09:12:26
Message-ID: E1bNzAY-0004uU-5S@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow users to select a data type with the keyboard only when creating a column in the subnode grid. Sanitise the list of fields shown.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=573abbe6efb007f9b306cf607e489bc084b3fae2
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../tables/column/templates/column/js/column.js | 122 ++++++++++++++++++---
.../schemas/tables/templates/table/js/table.js | 2 +-
web/pgadmin/static/js/backgrid/backgrid.pgadmin.js | 4 +-
3 files changed, 112 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-07-15 09:12:47 Re: PATCH: To update table dialog column definition
Previous Message Murtuza Zabuawala 2016-07-14 11:59:10 PATCH: security label is not being added/updated for MATERIALIZED VIEW