From 747c2e995bfe84296347686ce742d7a3c2a36dd7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 22 Dec 2019 00:48:35 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 89828808..a4a6a720 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1225,7 +1225,7 @@ function(spec, callback){ that = res return res[cur] }, that) // XXX revise this... - .call(that, field.text, field) + .call(that, field.text || '[field]', field) // other... : that(field) }) // batch callback...