-
In our app, we have some rules, which we want applied *always*, when a save to database happens.
For example: set modified date.
Previously, this could easily be achieved with interceptors.
N…
-
It would be good to be able to setup soft delete cascades, either through the existing Prisma schema cascades or through a custom API.
Due to the nature of nested operations it probably won't be po…
-
**REMOVE:**
Please add a "Remove" right-mouse-click menu entry to remove a track from the playlist.
Other similar track manipulation menu items (like copy/cut) exist already. Remove item is import…
-
Can you provide soft delete support?
**Required Behaviour**
- Enabling soft delete on a model will register a timestamp to a given column name (e.g `delete_at`) when `delete()` is fired.
- When…
-
VERY excited for this feature. Thank you for the examples!
One area I'm confused about is adding a side-effect to a model CUD action.
This could be replacing the delete action with a custom dele…
-
Upload Historical Payments from Zac
Allow Cadre to see their payment history
Change Cadre Assigned/Completed/Invoices etc pages to check that cadreId matches authenticated user id to prevent URL hack…
-
User has one UserInfo with dependent destroy and both are acts as paranoid models.
While soft deleting User soft deletes UserInfo but it does not restore UserInfo when we restore user with recursive …
-
We don't even have soft deletes (yet), so having a field like this technically doesn't make sense. What is more appropriate in the context of Reports is a `resolved` field.
-
General overview
Two ways this can be implemented
- soft-delete
- hard-delete
1. soft-delete:- have some type of flag such as 'DEACTIVATED' or use the existing deleted field. in this case, the…
-
Soft (logical) deletes is still the default. I can imagine that is surprising for many. Logical deletes has been deprecated and there is a warning logged.