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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed broken tags and tokenizer options of select2. R
Дата
Msg-id E1ioMgK-0007X0-5M@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin][RM5038] Select2 enhancement - Load items on demand (scroll)
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM5038] Select2 enhancement - Load items on demand (scroll)