Re: [pgAdmin][RM4408] Show validation errors for slickgrid cells

2019-09-12 Thread Dave Page
Thanks, patch applied. On Tue, Sep 10, 2019 at 7:52 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is a tiny patch to show the validation error message in case a > user enters syntactically incorrect data in cell editors. > Note that, the validation is

[pgAdmin][RM4408] Show validation errors for slickgrid cells

2019-09-10 Thread Aditya Toshniwal
Hi Hackers, Attached is a tiny patch to show the validation error message in case a user enters syntactically incorrect data in cell editors. Note that, the validation is already been done but the message was not displayed. Attached patch will display the message. Kindly review. -- Thanks and R