pgAdmin 4 commit: Update filter dialogue Javascript to use ES6.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Update filter dialogue Javascript to use ES6.
Date: 2018-04-06 09:38:08
Message-ID: E1f4Nou-0001pj-Kq@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Update filter dialogue Javascript to use ES6.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/static/js/sqleditor/filter_dialog.js | 444 ++++++++++-----------
.../static/js/sqleditor/filter_dialog_model.js | 245 ++++++------
2 files changed, 343 insertions(+), 346 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-04-06 09:38:15 Re: [pgAdmin4][RM#3055] Allow user to sort the data in View data mode
Previous Message Dave Page 2018-04-06 09:06:39 pgAdmin 4 commit: Update developer docs to note that ES6 should be used