You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When items are only "soft-deleted", it is not longer possible to delete a whole plan as the items still exist in the database. We need to add an option to show the "trash can" for that plan and a button for the admin to finally empty that trash can. Only then the plan can be deleted.
As plan items can contain quite some important information but an authorized user might accidentally or prematurely delete items.
Using Laravel's soft-deletes, it would be possible to recover them.
That means another method is needed in the items controller to show and undelete those items.
The text was updated successfully, but these errors were encountered: