Fixed delete model file route
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
838a6d03bd
commit
636e466b8a
1 changed files with 1 additions and 1 deletions
|
@ -1379,7 +1379,7 @@
|
||||||
<x-filestable
|
<x-filestable
|
||||||
filepath="private_uploads/assetmodels/"
|
filepath="private_uploads/assetmodels/"
|
||||||
showfile_routename="show/modelfile"
|
showfile_routename="show/modelfile"
|
||||||
deletefile_routename="modelfile.destroy"
|
deletefile_routename="delete/modelfile"
|
||||||
:object="$asset->model" />
|
:object="$asset->model" />
|
||||||
|
|
||||||
</div> <!-- /.col-md-12 -->
|
</div> <!-- /.col-md-12 -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue