Re: PATCH: Added Note Backform control (pgAdmin4). - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject Re: PATCH: Added Note Backform control (pgAdmin4).
Date
Msg-id CAG7mmowEOud=AEOm7FevwxO01n-DcHUdKfWMQO-z8h1jXqMgCA@mail.gmail.com
Whole thread Raw
In response to Re: PATCH: Added Note Backform control (pgAdmin4).  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
List pgadmin-hackers
Checked-in with some more twicks (resolved a typo in my modified patch).

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company


http://www.linkedin.com/in/asheshvashi


On Thu, Apr 28, 2016 at 11:31 AM, Ashesh Vashi <ashesh.vashi@enterprisedb.com> wrote:
I've update the patch a little bit.
Please test it at your end.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company


http://www.linkedin.com/in/asheshvashi


On Wed, Apr 27, 2016 at 6:19 PM, Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:
Hi,

This patch will allow us to provide annotate(s) on Form/Dialog.

Use in schema:
id: 'server_note', label: '{{ _('Note') }}',
text: '{{ _('The backup format will be PLAIN') }}',
type: 'note'

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



--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers



pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Added a new control for rendering the notes to be use
Next
From: Thom Brown
Date:
Subject: Re: [PATCH] Tables node (pgAdmin4)