restore soft deleted record

I read the documentation but didn’t find if this option was available.
https://doc.cuba-platform.com/manual-6.5/soft_deletion.html

Is it possible to restore a soft deleted record using administration tools from the application? like entity inspector maybe

Sure. All entities implementing SoftDelete interface (e.g. based on StandardEntity) are available for restore in Administration > Restore Deleted Entities screen.

thanks. Don’t know how I missed that.

Is there a way to override or implement EntityLog so it logs also when a user restored an entity instance?

Entity Log should do it out-of-the-box. Don’t know how we live without it till now.

I’ve created an issue in YouTrack, we’ll implement it for the next bug-fix release of 6.5.

1 Like

:ticket: See the following issue in our bug tracker:

https://youtrack.cuba-platform.com/issue/PL-9244