Fix the url for downloading a pdf in the document view.
This commit is contained in:
parent
0af4c5df77
commit
f67bb935ec
@ -392,7 +392,7 @@ abstract class DocumentShow extends Component
|
||||
$this->routeButtonEdit = $this->getRouteButtonEdit($type, $routeButtonEdit);
|
||||
$this->routeButtonDuplicate = $this->getRouteButtonDuplicate($type, $routeButtonDuplicate);
|
||||
$this->routeButtonPrint = $this->getRouteButtonPrint($type, $routeButtonPrint);
|
||||
$this->routeButtonPdf = $this->getRouteButtonPrint($type, $routeButtonPdf);
|
||||
$this->routeButtonPdf = $this->getRouteButtonPdf($type, $routeButtonPdf);
|
||||
$this->routeButtonCancelled = $this->getRouteButtonCancelled($type, $routeButtonCancelled);
|
||||
$this->routeButtonCustomize = $this->getRouteButtonCustomize($type, $routeButtonCustomize);
|
||||
$this->routeButtonDelete = $this->getRouteButtonDelete($type, $routeButtonDelete);
|
||||
|
Loading…
x
Reference in New Issue
Block a user