From 508c9d962d5d7343f9e2ddaa95aab0ef0d8a4508 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 22 Mar 2021 22:35:09 +0100 Subject: [PATCH] Change "Null" to "NULL" on grid edit null popup to make the text mean the NULL value of MySQL Signed-off-by: William Desportes --- js/src/makegrid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/makegrid.js b/js/src/makegrid.js index 254f378305..384d1b5d03 100644 --- a/js/src/makegrid.js +++ b/js/src/makegrid.js @@ -798,7 +798,7 @@ var makeGrid = function (t, enableResize, enableReorder, enableVisib, enableGrid g.wasEditedCellNull = false; if ($td.is(':not(.not_null)')) { // append a null checkbox - $editArea.append('
'); + $editArea.append('
'); var $checkbox = $editArea.find('.null_div input'); // check if current is NULL