ContractDefinitionDeleted event as pre-delete #2314
Unanswered
tmberthold
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Events are meant to describe something that "already happened", that's why they are past tense. |
Beta Was this translation helpful? Give feedback.
0 replies
-
intervene directly before deletion = we wanted to be able to get the assets from the ContractDefinition before the ContractDefinition has been deleted |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We use various events in an extension, among them the
ContractDefinitionDeleted
event. TheContractDefinitionDeleted
event is, as the name implies, apost-delete
hook and is therefore triggered as soon as the contract definition has actually been deleted. For a use case we would like to intervene directly before deletion. Is there already the possibility for this with some kind ofpre-delete
event or is it intended to create something like apre-delete
event as well?Beta Was this translation helpful? Give feedback.
All reactions