Обсуждение: [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function

Поиск
Список
Период
Сортировка

[pgAdmin4]PATCH: Fix textarea issue in updateInvalid function

От
Surinder Kumar
Дата:
Hi,

PFA patch to fix below issue

We find all inputs which are not button in updateInvalid() function, this code breaks with SqlField Control when it updates the field model data. 
Because CodeMirror dynamically creates textarea element without name property which we don't need. 
Now the code will find all inputs having name property.
Вложения

Re: [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function

От
Surinder Kumar
Дата:
Please ignore this email.

On Tue, Feb 2, 2016 at 12:28 PM, Surinder Kumar <surinder.kumar@enterprisedb.com> wrote:
Hi,

PFA patch to fix below issue

We find all inputs which are not button in updateInvalid() function, this code breaks with SqlField Control when it updates the field model data. 
Because CodeMirror dynamically creates textarea element without name property which we don't need. 
Now the code will find all inputs having name property.