pgAdmin 4 commit: Remove the artificial limit of 4000 characters from t

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Remove the artificial limit of 4000 characters from t
Date: 2017-11-21 11:02:24
Message-ID: E1eH6Js-0005il-MQ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Remove the artificial limit of 4000 characters from text areas. Fixes #2877

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a85538a1fcc6a9c40c3b0f46d111b16e56974819
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-21 11:02:49 Re: [pgAdmin4][Patch]: Remove limit of 4000 characters from Textarea
Previous Message Dave Page 2017-11-21 10:46:43 Re: [pgAdmin4][Patch]: To fix issues in Boolean editor