mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
Prevent account deletions when account is linked to a Plaid Item (#2218)
* Prevent account deletions when account is linked to a Plaid Item * Only guard deletions in UI and controller, not at model level
This commit is contained in:
parent
628d266980
commit
a67f36bf64
7 changed files with 39 additions and 25 deletions
|
@ -30,7 +30,9 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<%= family_stream %>
|
||||
<% if Current.family %>
|
||||
<%= turbo_stream_from Current.family %>
|
||||
<% end %>
|
||||
|
||||
<%= turbo_frame_tag "modal" %>
|
||||
<%= turbo_frame_tag "drawer" %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue