Added private method _fillMissingChkboxUDF to UDF_model.

It checks if UDF checkboxes are NOT posted and sets theirs values to
false
This commit is contained in:
Paolo
2017-07-28 18:36:08 +02:00
parent 0ff635f5ea
commit 59045e1136
2 changed files with 32 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ class DB_Model extends FHC_Model
const UDF_MAX_LENGTH = 'max-length';
const UDF_MIN_LENGTH = 'min-length';
// String values of booleans
const STRING_TRUE = 'true';
const STRING_FALSE = 'false';