diff --git a/docs/en_US/release_notes_4_2.rst b/docs/en_US/release_notes_4_2.rst index 9a37b004e..0f8e44f18 100644 --- a/docs/en_US/release_notes_4_2.rst +++ b/docs/en_US/release_notes_4_2.rst @@ -20,6 +20,7 @@ Bug fixes | `Bug #3695 `_ - Ensure long string should be wrap in alertify dialogs. | `Bug #3740 `_ - Inline edbspl trigger functions should not be visible in Grant Wizard. | `Bug #3774 `_ - Proper SQL should be generated when create function with return type as custom type argument. +| `Bug #3811 `_ - Ensure that Backup/Restore button should work on single click. | `Bug #3837 `_ - Fixed SQL for when clause while creating Trigger. | `Bug #3838 `_ - Proper SQL should be generated when creating/changing column with custom type argument. | `Bug #3846 `_ - Proper SQL should be generated when create procedure with custom type arguments. diff --git a/web/pgadmin/static/js/backform.pgadmin.js b/web/pgadmin/static/js/backform.pgadmin.js index 7da721a9a..f5783151b 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();