Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when afterUpdate:'afterUpdate' #4729

Closed
bughp opened this issue Apr 16, 2018 · 1 comment
Closed

when afterUpdate:'afterUpdate' #4729

bughp opened this issue Apr 16, 2018 · 1 comment

Comments

@bughp
Copy link

bughp commented Apr 16, 2018

const Types = exports.Types = {
beforeSave: 'beforeSave',
afterSave: 'afterSave',
beforeDelete: 'beforeDelete',
afterDelete: 'afterDelete',
beforeFind: 'beforeFind',
afterFind: 'afterFind',
beforeUpdate:'beforeUpdate',
afterUpdate:'afterUpdate'
};
beforeUpdate:'beforeUpdate',
afterUpdate:'afterUpdate'

@flovilmart
Copy link
Contributor

You can use beforeSave

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants