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

[admin.page]-Add before and after create and update hooks #235

Open
mononobi opened this issue Aug 18, 2023 · 0 comments
Open

[admin.page]-Add before and after create and update hooks #235

mononobi opened this issue Aug 18, 2023 · 0 comments
Assignees
Labels
basic feature Basic required features enhancement New feature or request

Comments

@mononobi
Copy link
Owner

Add before and after create and updated hooks to be overridden in subclasses when there is no create or update service.
the before update should receive the old entity and the new data, the after update should receive the new entity and new data.
the after update and after create methods should be called when the entity is saved to database.
the before methods should be called prior to entity being saved to databse,

@mononobi mononobi added enhancement New feature or request basic feature Basic required features labels Aug 18, 2023
@mononobi mononobi self-assigned this Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
basic feature Basic required features enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant