Added support for on-demand loading of items in Select2. Fixes #5038.

This commit is contained in:
Aditya Toshniwal
2020-01-01 11:24:16 +05:30
committed by Akshay Joshi
parent fc5287bd9f
commit 737f8375fb
4 changed files with 70 additions and 2 deletions
+1
View File
@@ -18,6 +18,7 @@ Housekeeping
| `Issue #5017 <https://redmine.postgresql.org/issues/5017>`_ - Use cheroot as default production server for pgAdmin4.
| `Issue #5023 <https://redmine.postgresql.org/issues/5023>`_ - Refactored SQL of Views and Materialized Views.
| `Issue #5024 <https://redmine.postgresql.org/issues/5024>`_ - Refactored SQL of Functions and Procedures.
| `Issue #5038 <https://redmine.postgresql.org/issues/5038>`_ - Added support for on-demand loading of items in Select2.
Bug fixes
*********