mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-08 15:14:06 -06:00
Tags no longer mappable.
This commit is contained in:
parent
aae9ad78e5
commit
8e27291417
@ -191,7 +191,7 @@ return [
|
||||
'mapper' => 'Categories',
|
||||
],
|
||||
'tags-comma' => [
|
||||
'mappable' => true,
|
||||
'mappable' => false,
|
||||
'pre-process-map' => true,
|
||||
'pre-process-mapper' => 'TagsComma',
|
||||
'field' => 'tags',
|
||||
@ -199,7 +199,7 @@ return [
|
||||
'mapper' => 'Tags',
|
||||
],
|
||||
'tags-space' => [
|
||||
'mappable' => true,
|
||||
'mappable' => false,
|
||||
'pre-process-map' => true,
|
||||
'pre-process-mapper' => 'TagsSpace',
|
||||
'field' => 'tags',
|
||||
|
Loading…
Reference in New Issue
Block a user