mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
Additional fix for #2629 with API
API object's notes fields now correctly preserve newlines.
This commit is contained in:
@@ -242,7 +242,7 @@ class TransactionStoreRequest extends Request
|
||||
|
||||
// some other interesting properties
|
||||
'reconciled' => $this->convertBoolean((string)$object['reconciled']),
|
||||
'notes' => $this->stringFromValue($object['notes']),
|
||||
'notes' => $this->nlStringFromValue($object['notes']),
|
||||
'tags' => $this->arrayFromValue($object['tags']),
|
||||
|
||||
// all custom fields:
|
||||
|
||||
Reference in New Issue
Block a user