You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The beforeSave() and beforeInsert() hooks on adding related records work on "copies" of the record since related records use special logic for inserts that is distinct from any pathway used by Dataface_Record.
The result is that those hooks are ineffective when saving related records.
Similar to issue #29
The text was updated successfully, but these errors were encountered:
The beforeSave() and beforeInsert() hooks on adding related records work on "copies" of the record since related records use special logic for inserts that is distinct from any pathway used by Dataface_Record.
The result is that those hooks are ineffective when saving related records.
Similar to issue #29
The text was updated successfully, but these errors were encountered: