When a presentation hint changes a field, for example
updatedate_hints "widget/hints" { default = runclient(getdate()); style=alwaysdef,readonly; }
The field is updated in the record, but it is not flagged as a field that has been updated. Centrallix does not attempt to save the value it was changed to.
When a new record is generated, the new value is noted, and that value is saved. But not when the presentation hint updates it on an edit.
Logged In: YES
user_id=226841
Originator: NO
Hopefully the fix for this doesn't cause other problems. The correct line of code was in ht_utils_hints.js, but was commented out, probably due to incorrect interactions in a previous version of the editbox/form interaction.