pgAdmin 4 commit: Resolved few issues in the collection controls. Uniqu

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Resolved few issues in the collection controls. Uniqu
Date: 2016-04-01 09:57:06
Message-ID: E1alvpC-0006Z4-3w@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Resolved few issues in the collection controls. UniqueCollectionControl
was not honouring the change events after execution of the function -
'render' more than one time. Change the label of the Add button to make
it consistent with the Unique Collection Control.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=35a13902512c623c6813880db62eff05029cb995
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/static/js/backform.pgadmin.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-04-01 09:57:22 Re: [pgAdmin4][Patch]: Collection Control Fixes
Previous Message Ashesh Vashi 2016-04-01 09:48:37 Re: PATCH: Fixed select2 control template [pgAdmin4]