pgAdmin 4 commit: Fixed broken tags and tokenizer options of select2. R

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed broken tags and tokenizer options of select2. R
Date: 2020-01-06 07:20:08
Message-ID: E1ioMgK-0007X0-5M@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed broken tags and tokenizer options of select2. Regression of #5038

With the change of data adapter, we have configured adapters for tags and tokenizers.
We also renamed the method onDemandLoad to showOnScroll to avoid confusion.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/static/js/node.ui.js | 51 -----------
web/pgadmin/static/js/backform.pgadmin.js | 17 +---
web/pgadmin/static/js/backgrid.pgadmin.js | 15 ++-
.../static/js/select2/configure_show_on_scroll.js | 101 +++++++++++++++++++++
4 files changed, 112 insertions(+), 72 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-01-06 07:33:49 Re: [pgAdmin][RM5038] Select2 enhancement - Load items on demand (scroll)
Previous Message Aditya Toshniwal 2020-01-06 07:05:49 Re: [pgAdmin][RM5038] Select2 enhancement - Load items on demand (scroll)