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
Describe the bug
with attribute updatedAt having property watch: ['status']
the attribute updatedAt setter is not triggered when patch.remove() is called to remove the attribute status
Describe the bug
with attribute
updatedAt
having propertywatch: ['status']
the attribute
updatedAt
setter is not triggered whenpatch.remove()
is called to remove the attributestatus
it works as expected when
watch: '*'
is setElectroDB Version
2.13.1
ElectroDB Playground Link
config with watch as array of attribute names
config with watch as wildcard
Entity/Service Definitions
Expected behavior
The setter of
updated_at
should be triggered on removingstatus
attribute withpatch.remove()
The text was updated successfully, but these errors were encountered: