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.toshni...@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(-)