- Issue created by @elgandoz
In some cases it could be handy to perform some custom operation on the remote, that are too specific for the generic use case of the module, like moving imported files instead or deleting, but there could be other scenarios.
Instead of adding further options on the form, we could simply add an event system in order top intercept and modify the regular behavior.
We could also add extra operations to the DataSource interface, in order to be used in the dispatched events.
- [ ] add hooks or event dispatch
- [ ] add extra custom operations (like move or copy)
TBC
None
Addition of few event subscribers (to be determined)
None
Active
1.0
Code