Re: pgAdmin 4 commit: Fixed an issue where the validation error message is

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>, Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)lists(dot)postgresql(dot)org>, Dave Page <dave(dot)page(at)enterprisedb(dot)com>
Subject: Re: pgAdmin 4 commit: Fixed an issue where the validation error message is
Date: 2020-12-03 05:39:46
Message-ID: CAKKotZRhwwSOBgtMSrgyFAqweMW8nVBhTQrLB9np0BDrM6e4wQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hello,

What is the reason for adding delay *setTimeout(<func>, 120)*?

This is causing issues in automation testing and makes buttons
enable/disable with slight delay.

--
Regards,
Murtuza Zabuawala
*EDB*
*POWER TO POSTGRES*
https://www.edbpostgres.com

On Fri, Oct 30, 2020 at 3:10 PM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Fixed an issue where the validation error message is shown twice. Fixes
> #5736
>
> Branch
> ------
> master
>
> Details
> -------
>
> https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=183c83f0d2b2cb8dd33f9e8c41a030bc4cdaa4b2
> Author: Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)com>
>
> Modified Files
> --------------
> docs/en_US/release_notes_4_28.rst | 1 +
> web/pgadmin/browser/static/js/datamodel.js | 75
> +++++++++++++++++++++++++++++-
> web/pgadmin/static/js/backform.pgadmin.js | 24 ++++------
> web/pgadmin/static/scss/_alert.scss | 6 +++
> 4 files changed, 90 insertions(+), 16 deletions(-)
>
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2020-12-03 05:47:52 Re: pgAdmin 4 commit: Fixed an issue where the validation error message is
Previous Message Akshay Joshi 2020-12-03 05:17:56 Re: [pgAdmin][RM-5982]: Minor Documentation Issue: Example JSON not valid in current docs.