mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +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:
|
// everything but the tag:
|
||||||
unset($fields['tagMode']);
|
unset($fields['tagMode']);
|
||||||
$search = $fields;
|
$search = $fields;
|
||||||
unset($search['name']);
|
unset($search['tag']);
|
||||||
|
|
||||||
$query = Tag::orderBy('id');
|
$query = Tag::orderBy('id');
|
||||||
foreach ($search as $name => $value) {
|
foreach ($search as $name => $value) {
|
||||||
|
Reference in New Issue
Block a user