pgAdmin 4 commit: Ensure that '.sql' extension is added when saving a f

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that '.sql' extension is added when saving a f
Date: 2020-10-09 06:23:05
Message-ID: E1kQlo1-00011y-Nh@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that '.sql' extension is added when saving a file with SQL format.

refs #4855

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a4e746c5a46bb42937cc4e54c1ba921d66838f10
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/misc/file_manager/static/js/create_dialogue.js | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-10-09 06:23:36 Re: [pgAdmin][RM4855] Renaming a file removes the file extension
Previous Message Akshay Joshi 2020-10-08 16:47:33 Re: RM-2519: Show the trigger function under the trigger node.