Comment 7 for bug 1821804

Revision history for this message
Galen Charlton (gmc) wrote :

Yeah, you've run into a quirk of IDL objects. Boolean database fields will get represented as the strings 't' or 'f'.

However, isnew, isdeleted, and ischanged are not database fields, but rather special fields that signal to egCore.pcrud.apply what action to take on a record. Those three accept Javascript truthy and falsey values.