Re: PATCH: Enhancement to backform controls [pgAdmin4]

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: Enhancement to backform controls [pgAdmin4]
Date: 2016-03-04 11:40:41
Message-ID: CAKKotZQv7D-47vqgiCsxgK-tAELgx42uZ+XEnfUiGxrhj7_FCg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA patch to disable edit button functionality conditionally in backgrid.

Regards,
Murtuza

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

On Fri, Mar 4, 2016 at 4:30 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> Thanks - committed.
>
> On Fri, Mar 4, 2016 at 8:53 AM, Murtuza Zabuawala
> <murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
> > Hi,
> >
> > PFA patch to add functionalities as below,
> >
> > 1) Unique collection control: we have added 'Edit' button in grid,
> earlier
> > it was only delete button.
> > 2) Sql field control: We have added control to disabled & visible
> > functionality which were not available.
> >
> >
> >
> > --
> > Regards,
> > Murtuza Zabuawala
> > EnterpriseDB: http://www.enterprisedb.com
> > The Enterprise PostgreSQL Company
> >
> >
> > --
> > Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> > To make changes to your subscription:
> > http://www.postgresql.org/mailpref/pgadmin-hackers
> >
>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

Attachment Content-Type Size
update_backform_control_v1.patch application/octet-stream 641 bytes

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-04 11:56:13 pgAdmin 4 commit: Enable/disable edit button functionality conditionall
Previous Message Dave Page 2016-03-04 11:03:41 Re: patch for cast module