mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 01:54:09 -08:00
Fixed delete model file route
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
838a6d03bd
commit
636e466b8a
|
@ -1379,7 +1379,7 @@
|
|||
<x-filestable
|
||||
filepath="private_uploads/assetmodels/"
|
||||
showfile_routename="show/modelfile"
|
||||
deletefile_routename="modelfile.destroy"
|
||||
deletefile_routename="delete/modelfile"
|
||||
:object="$asset->model" />
|
||||
|
||||
</div> <!-- /.col-md-12 -->
|
||||
|
|
Loading…
Reference in a new issue