Thread: pgAdmin 4 commit: Some browsers don't properly support tri-statecheckb

pgAdmin 4 commit: Some browsers don't properly support tri-statecheckb

From
Ashesh Vashi
Date:
Some browsers don't properly support tri-state checkboxes, so create our own control to handle true/false/null. Fixes
#2848

Branch
------
WEBPACK_DEVEL2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1a55e3f6e3d1a0125d16a0ab89c5505570ef375b
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/feature_tests/test_data.json           |  15 +--
web/pgadmin/feature_tests/view_data_dml_queries.py |  16 ++-
web/pgadmin/static/css/bootstrap.overrides.css     |  28 +++++
web/pgadmin/static/js/slickgrid/editors.js         | 127 ++++++++++++++++++---
4 files changed, 157 insertions(+), 29 deletions(-)