close #399 Fixed: Search not working for items
This commit is contained in:
parent
ebe461b5e1
commit
9628d93ab4
@ -60,7 +60,7 @@ class Search extends Controller
|
|||||||
'name' => $item->name,
|
'name' => $item->name,
|
||||||
'type' => trans_choice('general.items', 1),
|
'type' => trans_choice('general.items', 1),
|
||||||
'color' => '#f5bd65',
|
'color' => '#f5bd65',
|
||||||
'href' => url('items/items/' . $item->id . '/edit'),
|
'href' => url('common/items/' . $item->id . '/edit'),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user