mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
Add tag filtering (#1240)
This commit is contained in:
parent
73d61fc990
commit
e8d7ee3270
5 changed files with 40 additions and 6 deletions
|
@ -94,7 +94,7 @@ class TransactionsController < ApplicationController
|
|||
|
||||
def search_params
|
||||
params.fetch(:q, {})
|
||||
.permit(:start_date, :end_date, :search, :amount, :amount_operator, accounts: [], account_ids: [], categories: [], merchants: [], types: [])
|
||||
.permit(:start_date, :end_date, :search, :amount, :amount_operator, accounts: [], account_ids: [], categories: [], merchants: [], types: [], tags: [])
|
||||
end
|
||||
|
||||
def transaction_entry_params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue