mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 04:24:06 +00:00
Improve account transaction, trade, and valuation editing and sync experience (#1506)
* Consolidate entry controller logic * Transaction builder * Update trades controller to use new params * Load account charts in turbo frames, fix PG overflow * Consolidate tests * Tests passing * Remove unused code * Add client side trade form validations
This commit is contained in:
@@ -35,8 +35,9 @@ module Accountable
|
||||
end
|
||||
|
||||
def post_sync
|
||||
broadcast_remove_to(account, target: "syncing-notification")
|
||||
broadcast_remove_to(account.family, target: "syncing-notice")
|
||||
|
||||
# Broadcast a simple replace event that the controller can handle
|
||||
broadcast_replace_to(
|
||||
account,
|
||||
target: "chart_account_#{account.id}",
|
||||
|
||||
Reference in New Issue
Block a user