mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-26 02:40:43 -06:00
No map for tags.
This commit is contained in:
parent
3b686b6d1c
commit
1be6af820e
@ -108,13 +108,13 @@ return [
|
||||
'mapper' => 'Categories',
|
||||
],
|
||||
'tags-comma' => [
|
||||
'mappable' => true,
|
||||
'mappable' => false,
|
||||
'field' => 'tags',
|
||||
'converter' => 'TagsComma',
|
||||
'mapper' => 'Tags',
|
||||
],
|
||||
'tags-space' => [
|
||||
'mappable' => true,
|
||||
'mappable' => false,
|
||||
'field' => 'tags',
|
||||
'converter' => 'TagsSpace',
|
||||
'mapper' => 'Tags',
|
||||
|
Loading…
Reference in New Issue
Block a user