mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
Add tags selection and notes input to new transaction form (#2008)
* feat: Add tags selection and notes input to new transaction form * feat: Add tag selection to transactions bulk update form
This commit is contained in:
parent
8648f11413
commit
48c8499b70
6 changed files with 30 additions and 2 deletions
|
@ -67,7 +67,8 @@ class Account::Entry < ApplicationRecord
|
|||
notes: bulk_update_params[:notes],
|
||||
entryable_attributes: {
|
||||
category_id: bulk_update_params[:category_id],
|
||||
merchant_id: bulk_update_params[:merchant_id]
|
||||
merchant_id: bulk_update_params[:merchant_id],
|
||||
tag_ids: bulk_update_params[:tag_ids]
|
||||
}.compact_blank
|
||||
}.compact_blank
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue