[pgAdmin4][Patch]: Unique Collection Control and Variable Control Fixes

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: Unique Collection Control and Variable Control Fixes
Date: 2016-03-11 09:16:44
Message-ID: CAFOhELcQcQ0XEEkaWAC0FetQ7FonL_uf8L-6_9R8z9zfVnOf1A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

The current implementation of the unique-collection control does not pass
the control data to the evaluation function like canAdd, canEdit etc., so
that has been fixed.

Also, the current implementation of the variable control does not honour
the canAdd option settings, which has been fixed.

Please find attached patch for the same.

Thanks,
Khushboo

Attachment Content-Type Size
pgadmin4_variable_control_changes.patch text/x-patch 3.3 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-11 09:23:51 pgAdmin 4 commit: Fix default height for text areas.
Previous Message Dave Page 2016-03-11 09:07:40 Re: PATCH: Updated acl parsing on tablespace node [pgAdmin4]