mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fixed a bug where tags would be recreated instead of "found".
This commit is contained in:
@@ -64,7 +64,7 @@ class Tag extends Model
|
||||
// everything but the tag:
|
||||
unset($fields['tagMode']);
|
||||
$search = $fields;
|
||||
unset($search['name']);
|
||||
unset($search['tag']);
|
||||
|
||||
$query = Tag::orderBy('id');
|
||||
foreach ($search as $name => $value) {
|
||||
|
Reference in New Issue
Block a user