Fixed file routes

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-07-28 23:32:45 +01:00
parent 07be1b8192
commit fbb36d1665
+1 -1
View File
@@ -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: