mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 18:58:07 +00:00
No map for tags.
This commit is contained in:
@@ -108,13 +108,13 @@ return [
|
|||||||
'mapper' => 'Categories',
|
'mapper' => 'Categories',
|
||||||
],
|
],
|
||||||
'tags-comma' => [
|
'tags-comma' => [
|
||||||
'mappable' => true,
|
'mappable' => false,
|
||||||
'field' => 'tags',
|
'field' => 'tags',
|
||||||
'converter' => 'TagsComma',
|
'converter' => 'TagsComma',
|
||||||
'mapper' => 'Tags',
|
'mapper' => 'Tags',
|
||||||
],
|
],
|
||||||
'tags-space' => [
|
'tags-space' => [
|
||||||
'mappable' => true,
|
'mappable' => false,
|
||||||
'field' => 'tags',
|
'field' => 'tags',
|
||||||
'converter' => 'TagsSpace',
|
'converter' => 'TagsSpace',
|
||||||
'mapper' => 'Tags',
|
'mapper' => 'Tags',
|
||||||
|
|||||||
Reference in New Issue
Block a user