diff --git a/web/pgadmin/tools/backup/templates/backup/js/backup.js b/web/pgadmin/tools/backup/templates/backup/js/backup.js index 082a6dab0..6b65c439d 100644 --- a/web/pgadmin/tools/backup/templates/backup/js/backup.js +++ b/web/pgadmin/tools/backup/templates/backup/js/backup.js @@ -61,7 +61,7 @@ TODO LIST FOR BACKUP: schema: [{ id: 'file', label: '{{ _('Filename') }}', type: 'text', disabled: false, control: Backform.FileControl, - dialog_type: 'create_file', supp_types: ['*', 'sql'] + dialog_type: 'create_file', supp_types: ['*', 'sql', 'backup'] },{ id: 'role', label: '{{ _('Role name') }}', control: 'node-list-by-name', node: 'role', @@ -114,7 +114,7 @@ TODO LIST FOR BACKUP: schema: [{ id: 'file', label: '{{ _('Filename') }}', type: 'text', disabled: false, control: Backform.FileControl, - dialog_type: 'create_file', supp_types: ['*', 'sql'] + dialog_type: 'create_file', supp_types: ['*', 'sql', 'backup'] },{ id: 'format', label: '{{ _('Format') }}', type: 'text', disabled: false,