You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Add a File in Classic UI, say /Plone/file1.pdf both logged-in and anonymous users get the file download (or rendered in the browser if it's a PDF)
In Volto we get the FileView with a link to download the file. To get this functionality in ClassicUI one needs to add /view in the URL, ex: /Plone/file1.pdf/view
Should this functionality be the same in both UIs?
The text was updated successfully, but these errors were encountered:
Describe the bug
Add a File in Classic UI, say /Plone/file1.pdf both logged-in and anonymous users get the file download (or rendered in the browser if it's a PDF)
In Volto we get the FileView with a link to download the file. To get this functionality in ClassicUI one needs to add /view in the URL, ex: /Plone/file1.pdf/view
Should this functionality be the same in both UIs?
The text was updated successfully, but these errors were encountered: