From 58f3483915f7768846252e0b2e4478021196ff09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Bi=C4=8Di=C5=A1t=C4=9B?= Date: Sat, 22 Apr 2023 22:59:58 +0200 Subject: [PATCH] lient-language-as-required --- interface/web/client/form/client.tform.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interface/web/client/form/client.tform.php b/interface/web/client/form/client.tform.php index c6d05f9eb3..3f320e4e7e 100644 --- a/interface/web/client/form/client.tform.php +++ b/interface/web/client/form/client.tform.php @@ -224,6 +224,9 @@ $form["tabs"]['address'] = array ( 'language' => array ( 'datatype' => 'VARCHAR', 'formtype' => 'SELECT', + 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', + 'errmsg'=> 'language_error_empty'), + ), 'default' => $conf["language"], 'value' => $language_list, 'separator' => '', -- GitLab