shannah/xataface

beforeSave() and beforeInsert() hooks on adding related records work on "copies" of the record, and should not

patrr opened this issue · 0 comments

patrr commented

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