pgAdmin 4 commit: Allow files to be opened by double clicking on them.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow files to be opened by double clicking on them.
Date: 2017-12-18 09:48:34
Message-ID: E1eQs2E-000796-Om@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow files to be opened by double clicking on them. Fixes #2810

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=eae6f05b7c1b8e23b1cdc15225900ad713d91129
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/misc/file_manager/static/js/utility.js | 34 ++++++++++++++++++++--
1 file changed, 32 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-12-18 09:49:04 Re: [pgAdmin4][Patch]: File manager - Allow user to load the file by double clicking on it
Previous Message Dave Page 2017-12-18 09:43:19 Re: Enums printout - possible bug