Re: [pgAdmin][RM-6132]: [React] Port debugger to React

2022-06-20 Thread Nikhil Mohite
Hi Akshay, PFA patch for fixing the following issue in debugger. 1. If debugger arguments are array debugger sets the *null* value to parameters. 2. Popup screen is not being closed if debug Package procedure/Function and select *Null* option. 3. Updated validation for debugger argument of the arr

pgAdmin 4 commit: Fixed the following issues in the debugger:

2022-06-20 Thread Akshay Joshi
Fixed the following issues in the debugger: 1. If debugger arguments are array debugger sets the null value to parameters. 2. Popup screen is not being closed if debug Package procedure/Function and select Null option. 3. Updated validation for debugger argument of the array type parameter. re

Re: [pgAdmin][RM-6132]: [React] Port debugger to React

2022-06-20 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Jun 20, 2022 at 1:12 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Akshay, > > PFA patch for fixing the following issue in debugger. > 1. If debugger arguments are array debugger sets the *null* value to > parameters. > 2. Popup screen is not be

Re: [pgAdmin][RM-6132]: [React] Port debugger to React

2022-06-20 Thread Nikhil Mohite
Hi Akshay, Please find the patch to fix jasmine test cases. On Mon, Jun 20, 2022 at 7:08 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Mon, Jun 20, 2022 at 1:12 PM Nikhil Mohite < > nikhil.moh...@enterprisedb.com> wrote: > >> Hi Akshay, >> >> PFA patch for fixing the following issu

pgAdmin 4 commit: Fixed jasmine test cases.

2022-06-20 Thread Akshay Joshi
Fixed jasmine test cases. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f97e294c80403cc23413421596143501b1c8d9c9 Author: Nikhil Mohite Modified Files -- .../debugger/debugger_input_args_spec.js | 25 +++

Re: [pgAdmin][RM-6132]: [React] Port debugger to React

2022-06-20 Thread Akshay Joshi
Thanks, the patch applied On Tue, Jun 21, 2022 at 9:31 AM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the patch to fix jasmine test cases. > > On Mon, Jun 20, 2022 at 7:08 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Thanks, the patch appl