From: | Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com> |
---|---|
To: | Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com> |
Cc: | Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: [pgAdmin4]: Fix for RM #3248 |
Date: | 2018-04-05 05:59:14 |
Message-ID: | CAFOhELc5qBdHbDTKn7eyJyqDXOz305p4F_2NOaEbTJ7vkfZepA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Neel,
Add below code to the top (around line no 8) in
alertify.pgadmin.defaults.js file will solve the problem.
alertify.defaults.closable = false;
Thanks,
Khushboo
On Thu, Apr 5, 2018 at 11:13 AM, Murtuza Zabuawala <
murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
> Hi Neel,
>
> Can we make the change in wrapper instead of changing every where?
> File: ../web/pgadmin/static/js/alertify.pgadmin.defaults.js
>
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> On Thu, Apr 5, 2018 at 11:04 AM, Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
> wrote:
>
>> Hi,
>>
>> Please find attached patch for the fix of RM #3248 - we have modified
>> alertify confirm dialog to modal dialog.
>>
>> Do review it and let me know for comments.
>>
>> Thanks,
>> Neel Patel
>>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Neel Patel | 2018-04-05 06:02:39 | Re: [pgAdmin4]: Fix for RM #3248 |
Previous Message | Akshay Joshi | 2018-04-05 05:57:00 | Re: pgAdmin 4 commit: Fix a number of broken connection detection scenarios |