commerce icon indicating copy to clipboard operation
commerce copied to clipboard

Add inline parameter to DownloadsController

Open manud99 opened this issue 2 years ago • 0 comments

Add inline parameter to DownloadsController to display PDFs directly in a browser tab.

Description

During development of PDF files I find it handy to display them in a browser tab so I just have to reload the tab after changes. For this purpose I added an inline parameter to the response object which defaults to false. To enable it just add &inline=true to the URL of the corresponding request.

manud99 avatar Sep 25 '22 13:09 manud99