mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Fix tag thing.
This commit is contained in:
@@ -115,7 +115,7 @@ class TransactionStoreRequest extends Request
|
|||||||
// other interesting fields
|
// other interesting fields
|
||||||
'transactions.*.reconciled' => [new IsBoolean],
|
'transactions.*.reconciled' => [new IsBoolean],
|
||||||
'transactions.*.notes' => 'min:1,max:50000|nullable',
|
'transactions.*.notes' => 'min:1,max:50000|nullable',
|
||||||
'transactions.*.tags' => 'between:1,255',
|
'transactions.*.tags' => 'between:0,255',
|
||||||
|
|
||||||
// meta info fields
|
// meta info fields
|
||||||
'transactions.*.internal_reference' => 'min:1,max:255|nullable',
|
'transactions.*.internal_reference' => 'min:1,max:255|nullable',
|
||||||
|
Reference in New Issue
Block a user