pgAdmin 4 commit: Fixed broken tags and tokenizer options of select2. R - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed broken tags and tokenizer options of select2. R
Date
Msg-id E1ioMgK-0007X0-5M@gothos.postgresql.org
Whole thread Raw
List 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.toshniwal@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM5038] Select2 enhancement - Load items on demand (scroll)
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5038] Select2 enhancement - Load items on demand (scroll)