public inbox for [email protected]
help / color / mirror / Atom feedFrom: Khushboo Vashi <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: [pgAdmin4][Patch] - RM 3811 - Backup / restore job launch button needs two click
Date: Mon, 21 Jan 2019 14:43:55 +0530
Message-ID: <CAFOhELdrMCEzj9Rr_=Bdqx02t03qOi1kkc3g8xRhY=wh2a3Shg@mail.gmail.com> (raw)
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();
view thread (2+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [pgAdmin4][Patch] - RM 3811 - Backup / restore job launch button needs two click
In-Reply-To: <CAFOhELdrMCEzj9Rr_=Bdqx02t03qOi1kkc3g8xRhY=wh2a3Shg@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox