public inbox for [email protected]
help / color / mirror / Atom feed[pgAdmin][RM6443]: File Dialog shows incorrect files for selected file type
2+ messages / 2 participants
[nested] [flat]
* [pgAdmin][RM6443]: File Dialog shows incorrect files for selected file type
@ 2021-05-13 07:17 Pradip Parkale <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Pradip Parkale @ 2021-05-13 07:17 UTC (permalink / raw)
To: pgadmin-hackers
Hi Hackers,
Please find the attached patch for #6443 File Dialog shows incorrect files
for the selected file type.
--
Thanks & Regards,
Pradip Parkale
Software Engineer | EnterpriseDB Corporation
Attachments:
[application/octet-stream] RM6443.patch (657B, 3-RM6443.patch)
download | inline diff:
diff --git a/web/pgadmin/tools/sqleditor/static/js/sqleditor.js b/web/pgadmin/tools/sqleditor/static/js/sqleditor.js
index a169a98c2..a25c00043 100644
--- a/web/pgadmin/tools/sqleditor/static/js/sqleditor.js
+++ b/web/pgadmin/tools/sqleditor/static/js/sqleditor.js
@@ -3847,7 +3847,7 @@ define('tools.querytool', [
// Open FileManager
_open_select_file_manager: function() {
var params = {
- 'supported_types': ['sql'], // file types allowed
+ 'supported_types': ['*', 'sql'], // file types allowed
'dialog_type': 'select_file', // open select file dialog
};
pgAdmin.FileManager.init();
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [pgAdmin][RM6443]: File Dialog shows incorrect files for selected file type
@ 2021-05-14 07:04 Akshay Joshi <[email protected]>
parent: Pradip Parkale <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Akshay Joshi @ 2021-05-14 07:04 UTC (permalink / raw)
To: Pradip Parkale <[email protected]>; +Cc: pgadmin-hackers
Thanks, patch applied.
On Thu, May 13, 2021 at 12:47 PM Pradip Parkale <
[email protected]> wrote:
> Hi Hackers,
>
> Please find the attached patch for #6443 File Dialog shows incorrect files
> for the selected file type.
>
> --
> Thanks & Regards,
> Pradip Parkale
> Software Engineer | EnterpriseDB Corporation
>
--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres <http://edbpostgres.com>*
*Mobile: +91 976-788-8246*
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2021-05-14 07:04 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 07:17 [pgAdmin][RM6443]: File Dialog shows incorrect files for selected file type Pradip Parkale <[email protected]>
2021-05-14 07:04 ` 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