public inbox for [email protected]
help / color / mirror / Atom feed[pgAdmin4][Patch] - RM 3811 - Backup / restore job launch button needs two click
2+ messages / 2 participants
[nested] [flat]
* [pgAdmin4][Patch] - RM 3811 - Backup / restore job launch button needs two click
@ 2019-01-21 09:13 Khushboo Vashi <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Khushboo Vashi @ 2019-01-21 09:13 UTC (permalink / raw)
To: pgadmin-hackers
Hi,
Please find the attached patch to fix the RM 3811 - Backup / restore job
launch button needs two click
Thanks,
Khushboo
Attachments:
[application/octet-stream] RM_3811.patch (500B, 3-RM_3811.patch)
download | inline diff:
diff --git a/web/pgadmin/static/js/backform.pgadmin.js b/web/pgadmin/static/js/backform.pgadmin.js
index 7da721a9..f5783151 100644
--- a/web/pgadmin/static/js/backform.pgadmin.js
+++ b/web/pgadmin/static/js/backform.pgadmin.js
@@ -2419,6 +2419,7 @@ define([
// Set selected value into the model
this.model.set(name, decodeURI(value));
+ this.$el.find('input[type=text]').focus();
},
storage_close_dlg_hander: function() {
this.remove_file_dlg_event_listeners();
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [pgAdmin4][Patch] - RM 3811 - Backup / restore job launch button needs two click
@ 2019-01-21 09:58 Akshay Joshi <[email protected]>
parent: Khushboo Vashi <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Akshay Joshi @ 2019-01-21 09:58 UTC (permalink / raw)
To: Khushboo Vashi <[email protected]>; +Cc: pgadmin-hackers
Thanks patch applied
On Mon, Jan 21, 2019 at 2:44 PM Khushboo Vashi <
[email protected]> wrote:
> Hi,
>
> Please find the attached patch to fix the RM 3811 - Backup / restore job
> launch button needs two click
>
> Thanks,
> Khushboo
>
--
*Akshay Joshi*
*Sr. Software Architect *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2019-01-21 09:58 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2019-01-21 09:13 [pgAdmin4][Patch] - RM 3811 - Backup / restore job launch button needs two click Khushboo Vashi <[email protected]>
2019-01-21 09:58 ` Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox