[pgAdmin4][Patch]: Remove limit of 4000 characters from Textarea

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: Remove limit of 4000 characters from Textarea
Date: 2017-11-21 07:27:26
Message-ID: CAKKotZSUT97ys1rin3W08ze2uQkybccGs5N54g=u9VCtdEM=Tg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA patch to fix the issue where we have hard coded limit of 4000
characters in Backform Textarea control, with new implementation we won't
limit input unless and until maxlength is provided in particular field.
RM#2877

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

Attachment Content-Type Size
RM_2877.diff text/plain 1.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2017-11-21 07:50:39 [pgAdmin4][Patch]: Properly quote owner in Type definition
Previous Message Murtuza Zabuawala 2017-11-21 06:16:41 Re: [pgAdmin4][Patch]: To fix issues in Boolean editor