From fbb36d16658ab283d7088c9b158ed9a44fc6aa73 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 28 Jul 2025 23:32:45 +0100 Subject: [PATCH] Fixed file routes Signed-off-by: snipe --- app/Models/Actionlog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Actionlog.php b/app/Models/Actionlog.php index 81c6964ed8..bd81e81a94 100755 --- a/app/Models/Actionlog.php +++ b/app/Models/Actionlog.php @@ -465,7 +465,7 @@ class Actionlog extends SnipeModel case AssetModel::class: return route('show/modelfile', [$this->item_id, $this->id]); case Consumable::class: - return route('show/locationsfile', [$this->item_id, $this->id]); + return route('show.consumablefile', [$this->item_id, $this->id]); case Component::class: return route('show.componentfile', [$this->item_id, $this->id]); case License::class: